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...

Which of the following statements is false?

a) A delegate is an object that holds a reference to a method. b) Via delegates, you can assign methods to variables, and pass methods to and from other methods. c) You can call methods through variables of delegate types. d) All of the above statements are true.

Computer Science & Information Technology

Rules for communicating across a network that define how much data can be sent and the format of that data is known as which of the following?

A. Network drives B. Network drivers C. Protocols D. Clients and services

Computer Science & Information Technology

All of the following are text direction choices EXCEPT:

A) Rotate all text 90 degrees. B) Rotate all text 180 degrees. C) Rotate all text 270 degrees. D) Horizontal.

Computer Science & Information Technology

The Symbol ____________________ tool changes the color of symbol instances gradually to the current fill color in the Tools panel.

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

Computer Science & Information Technology