Vidyalelo
C++ Programming · Q181

Classes and Objects in C++

Programming · C++ Programming · question 181

Q181

Which of the following is not a modifier function in string class?

A.
operator+=()
B.
operator[]()
Answer
C.
push_back()
D.
erase()

Answer: Option B

Solution

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