Google News
logo
Data Structures Algorithms - Quiz(MCQ)
What function is used to append a character at the back of a string in C++?
A)
push_back()
B)
push()
C)
insert()
D)
append()

Correct Answer : Option (A) :   push_back()

Advertisement