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

Verified
Correct Answer:
Verified
Related Questions
Q3: To declare a C- string, you should
Q4: The function accepts a C- string as
Q5: To declare an array that will store
Q6: A good way to convert a string
Q7: The function concatenates the contents of one
Q9: The library function reverses the order of
Q10: The proper expression to compare the first
Q11: A C- string can be assigned to
Q12: The string class overloads the <sup>+= </sup>operator
Q39: By being able to pass arrays as