True/False
The only difference between C-strings and string objects is how they are declared and internally stored. They are used exactly the same way.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: The following pair of C++ statements will
Q28: Which of the following expressions will evaluate
Q29: The following two expressions evaluate to the
Q30: When an arithmetic expression contains two or
Q31: When converting some algebraic expressions to C++,
Q33: Which of the following statements about named
Q34: The statement cout << setw(4) << num4
Q35: The following 4 lines of C++ code,
Q36: The following statement sets sum1, sum2, and
Q37: In any program that uses the cin