54.3k views
0 votes
What is the purpose of indexing?

A. To combine characters in order to form a single string
B. To combine two or more strings into one big string
C. To pull out a group of characters from a string
D. To pull out one specific character from a string

User Shiridish
by
4.4k points

2 Answers

3 votes
I agree it is D congrats
User Alan Wayne
by
4.5k points
5 votes

Answer:

D. To pull out one specific character from a string

Step-by-step explanation:

Indexing allows you to access individual characters in a string directly by using a numeric value.

User Doris
by
4.9k points