

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is not a modifier function in string class? |
A. | operator+=() |
B. | operator[]() |
C. | push_back() |
D. | erase() |
Answer» C. push_back() | |