1.

Pick the correct statement about string objects in C++.

A. String objects must be terminated by a null character( 0 )
B. String objects have a static size
C. String objects have a dynamic size
D. String objects use extra memory than required.
Answer» D. String objects use extra memory than required.


Discussion

No Comment Found