Computer Science, asked by KrishnaKumarGaur3032, 8 months ago

The ............................................................................ character is used for concatenation of strings.

Answers

Answered by DNL22
2

Explanation:

what is the question

I don't understand your question

Answered by Rahul9048
0

Answer:

The + (plus) operator is often overloaded to denote concatenation for string arguments: "Hello, " + "World" has the value "Hello, World" .

Explanation:

In other languages there is a separate operator, particularly to specify implicit type conversion to string, as opposed to more complicated behavior for generic plus.

Similar questions