Computer Science, asked by aditya5146508, 5 months ago

which are character is used for concatenation of strings.​

Answers

Answered by Anonymous
2

The + (plus) operator is often overloaded to denote concatenation for string arguments: "Hello, " + "World" has the value "Hello, World" . 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.

Answered by twinkle8518
1

Answer:

The + (plus) operator is often overloaded to denote concatenation for string arguments: "Hello, " + "World" has the value "Hello, World" . 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.

Explanation:

Please mark me as brainliest ❤️❤️❤️

Similar questions