three program of string
Answers
Answered by
2
Explanation:
There are the two properties of String class : Chars[Int32]: Used to get the Char object at a specified position in the current String object. In C#, the Chars property is an indexer. Length: Used to get the number of characters in the current String object.
Answered by
21
String. A string is a data type used in programming, such as an integer and floating point unit, but is used to represent text rather than numbers. It is comprised of a set of characters that can also contain spaces and numbers. For example, the word "hamburger" and the phrase "I ate 3 hamburgers" are both strings.
Similar questions