Vidyalelo
C++ Programming · Q63

Arrays and Strings in C++

Programming · C++ Programming · question 63

Q63

Which constant member functions does not modify the string?

A.
bool empty()
Answer
B.
assign
C.
append
D.
delete

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board