CBSE Class 11 Computer Science
Question 16 of 91
String Manipulation — Question 6
Back to all questions 6
Question Question 6
Which of the following functions will return the string in all caps?
- upper() ✓
- toupper()
- isupper()
- to-upper()
Which of the following functions will return the string in all caps?