CBSE Class 11 Computer Science Question 55 of 91

String Manipulation — Question 15

Back to all questions
15
Question

Question 15

Can you add two strings? What effect does ' + ' have on strings?

Answer

Yes two strings can be added using the '+' operator. '+' operator concatenates two strings.

Answer