Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
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.