Concatination is a ______ operator
Answers
Answered by
1
Explanation:
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" .
Answered by
6
Answer:
Concatenation is a binary operator.
Explanation:
Hope it helps you
Please mark as brainliest answer
Similar questions