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?
- count()
- index()
- len() ✓
- all of these