InterviewSolution
Saved Bookmarks
| 1. |
How will you convert a string to all uppercase? |
|
Answer» upper() − Converts all lowercase letters in string to uppercase. |
|