Q. String class have a concat() function that is used to _____________________ (Solved)
1. Replace old string by new string
2. Add two strings
3. Append one string at end of another string
4. Remove a string from end of one string
- c. Append one string at end of another string