Which of the following is not a modifier function in string class?
(a) operator+=()
(b) operator[]()
(c) push_back()
(d) erase()
The question was asked in a national level competition.
The query is from String in section Source Files, Classes and Operator Overloading in C++ of C++