Symbol is used to add strings
Answers
Answered by
0
Answer:
Concatenation means joining two strings together, and in many programming languages, the symbol used for concatenation is a plus ( + ).
Answered by
1
the ampersand symbol is the recommended concatenation operator. it is used to bind a number of string variables together, creating one string from two or more individual strings.
Similar questions