Name the two string operators.
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" .
Answered by
0
There are two string operators. The first is the concatenation operator (‘.‘), which returns the concatenation of its right and left arguments. The second is the concatenating assignment operator (‘.=‘), which appends the argument on the right side to the argument on the left side
Similar questions
Math,
1 month ago
Hindi,
1 month ago
Hindi,
3 months ago
English,
9 months ago
CBSE BOARD X,
9 months ago