Computer Science, asked by YashviPandey16, 9 months ago

two operators using string

Answers

Answered by rohandixit561
0

Answer:

Here is a list of some operators that you can use with strings.

Comparing strings. string1 == string2 returns 1 if string1 and string2 are the same string, otherwise 0. ...

Concatenation. ...

Remove substrings. ...

Concatenation of string literals. ...

Indexing a character. ...

Taking a range. ...

Division. ...

Modulo.

Similar questions