1. Computer Science Engineering (CSE)
  2. CPP Programming
  3. String class have a concat() function th...
Q.

String class have a concat() function that is used to _____________________

A. Replace old string by new string
B. Add two strings
C. Append one string at end of another string
D. Remove a string from end of one string
Answer» C. Append one string at end of another string
View all MCQs in:   CPP Programming

Discussion