Pick the correct statement about string objects in C++.
Posted: Wed Jul 13, 2022 7:52 pm
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.
b) String objects have a static size
c) String objects have a dynamic size
d) String objects use extra memory than required.