Multiple Choice
The string class member function ________ returns the C-string value of the string object.
A) c_string(string s)
B) c_str(string s)
C) c_str()
D) c_string()
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: The C++ compiler performs strict array bounds
Q15: The string class member function _ will
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
Q20: Assume that str1 and str2 are objects
Q21: It is possible to implement a string
Q22: If str is a string class object,
Q23: The _ library function reverses the order
Q24: An array of characters ending with the