Computer Science, asked by roshni001, 4 months ago

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

Answers

Answered by Anonymous
30

Answer:

The + operator can work between a string and a string, char, integer, double or float data type value. It just converts the value to its string representation before concatenation.

○●•HOPE THIS HELPS YOU •●○

Answered by shrutikrsingh
4

Answer:

The + operator can work between astring and a string, char, integer, double or float data type value. It just converts the value to its string representation before concatenation.

Similar questions