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
I have been asked this question during an online exam.
Origin of the question is String Class topic in division Inbuilt Classes of Object Oriented Programming