Q237
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
AnswerD.
String objects use extra memory than required.
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board