Multiple Choice
The string class member function ________ will return the number of characters in the string object.
A) length()
B) length(string s)
C) capacity()
D) capacity(string s)
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: The code int x = 0; while
Q11: The >> operator can be used to
Q12: The expression strcmp("ab", "cde") returns<br>A) the boolean
Q14: The C++ compiler performs strict array bounds
Q16: The expression str1 < str 2 is
Q17: The strcpy function's arguments are<br>A) two string
Q18: The string class overloads the += operator
Q19: The string class member function _ returns
Q20: Assume that str1 and str2 are objects
Q39: By being able to pass arrays as