Computer Science, asked by varshadevi96996, 1 month ago

which symbol is used to concatenate two strings​

Answers

Answered by prakashcor
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 Itzheaven
15

To concatenate strings, we use the + operator.

Similar questions