15. Can you add two strings ? What effect does' +' have on strings?
Answers
Answered by
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
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