True/False
The following statement declares a string object and initializes it to "Once upon a time".
string theString("Once upon a time");
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: The expression <sup>str1 < str 2</sup><sup> </sup>is
Q22: The <sup>>></sup><sup> </sup>operator can be used to
Q23: Assume that <sup>str1</sup><sup> </sup>and <sup>str2</sup><sup> </sup>are objects
Q24: The code <sup>int x = 0; while
Q25: An array of characters ending with the
Q27: The function _ _ accepts pointers to
Q29: There exist C++ stream classes that write
Q29: To use the <sup>strlen</sup><sup> </sup>function in a
Q30: The <sup>itoa</sup><sup> </sup>function is similar to <sup>atoi</sup>,
Q31: The function converts a C- string to