Computer Science, asked by varshasantosh012, 3 months ago

What is string operators?​

Answers

Answered by meow261
2

Answer:

\huge{ \underline{ \mathtt{ \red{ ☆A} \pink{N} \green{S} \blue{W} \purple{E} \orange{R}}}}

Explanation:

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.

keep smiling:)

thanks for asking;)

Answered by lakshmanmaiti20
7

Answer:

String Operators ¶

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.

Explanation:

hope it will help you

Similar questions