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?

  1. upper() ✓
  2. toupper()
  3. isupper()
  4. to-upper()
Answer