Computer Science, asked by HelpingNerd, 7 months ago

Concatination is a ______ operator​

Answers

Answered by BTSfighting
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 rudra4692
6

Answer:

Concatenation is a binary operator.

Explanation:

Hope it helps you

Please mark as brainliest answer

Similar questions