for concatenation of strings _________ character is used
Answers
Answered by
0
Answer:
In many programming languages, string concatenation is a binary infix operator. The + (plus) operator is often overloaded to denote concatenation for string arguments: "Hello, " + "World" has the value "Hello, World
Similar questions