Computer Science, asked by zaidm8129, 4 months ago

the_character is used for concatenationof string
fill ups​

Answers

Answered by barmanbhargab17
0

Explanation:

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.

Similar questions