Computer Science, asked by ikirshadkhan7, 7 months ago

explain indexing with an example string​

Answers

Answered by si2343775
2

Strings are ordered sequences of character data. Indexing allows you to access individual characters in a string directly by using a numeric value. String indexing is zero-based: the first character in the string has index 0, the next is 1, and so on. In this lesson, you’ll learn string indexing syntax and practice with several examples:

Similar questions