CBSE BOARD X, asked by Tejas121755K, 6 months ago

2. There are
types of string operators.
Please tell

Answers

Answered by anandvenku
2
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. Please read Assignment Operators for more information.
Similar questions