CBSE Class 12 Computer Science Question 87 of 101

Functions — Question 55

Back to all questions
55
Question

Question 48

Name the built-in String function:

(a) Used to remove the space(s) from the left of the string.

(b) Used to check if the string is uppercase or not.

(c) Used to check if the string contains only whitespace characters or not.

Answer

(a) lstrip()

(b) isupper()

(c) isspace()