Computer Science, asked by rawalpriya460, 5 months ago

which character is used for the concatenation of strings

Answers

Answered by mshet952
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.

Please mark as brainlist and follow me please

Answered by SamriddhiBhowmick
0

Answer:

=CONCATENATE ( text 1, text 2 ,...)

Similar questions