Given the following declaration, where is the value 77 stored in the scores array?

int scores[] = {83, 62, 77, 97, 86}

a. scores[0]
b. scores[1]
c. scores[2]
d. scores[3]
e. scores[5]

c. scores[2]

Computer Science & Information Technology

You might also like to view...

You can insert rows above or below the selected row

Indicate whether the statement is true or false

Computer Science & Information Technology

____________________ controls the amount of space between characters and can affect several characters, a word, or an entire paragraph.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology