Computer Science, asked by inderpalsinghfbo, 1 month ago

Symbol is used to add strings

Answers

Answered by yug632
0

Answer:

Concatenation means joining two strings together, and in many programming languages, the symbol used for concatenation is a plus ( + ).

Answered by Anonymous
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