The __________ character is used for the concatenation of string.
Answer»
➠ 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