Computer Science, asked by ntengentoyonela, 7 months ago

a string value may contain any character

Answers

Answered by Dhriti272
1

Answer:String is a value type. String literals can contain any character literal including escape sequences. The equality operators are defined to compare the values of string objects as well as references. Attempting to access a character that is outside the bounds of the string results in an IndexOutOfRangeException

Similar questions