CBSE Class 11 Computer Science Question 13 of 91

String Manipulation — Question 3

Back to all questions
3
Question

Question 3

Which of the following functions will return the total number of characters in a string?

  1. count()
  2. index()
  3. len() ✓
  4. all of these
Answer