which symbol is used to concatenate two strings
Answers
Answered by
2
Answer:Concatenation means joining two strings together, and in many programming languages, the symbol used for concatenation is a plus ( + ). A common use of concatenation is when you want to display a message that includes the value of a variable.
Explanation:
Answered by
15
To concatenate strings, we use the + operator.
Similar questions