Given the array declaration, int a[20]; The first element is written as:

a) a[1]
b) a[0]
c) a
d) a[20]
e) a[19]

b) a[0]

a) and d) are wrong. Array elements at index values 1 and 19 clearly are
not first, the element at 0 comes before either. c) is the address of the first element, it
is not the first element. d) there is no element 20 .

Computer Science & Information Technology

You might also like to view...

What design tool typically shows the flow of work within a system?

a) program flowchart b) system flowchart c) structure chart d) organizational chart

Computer Science & Information Technology

Which of the following is an example of an asset?

A. image B. audio file C. video clip D. all of the above

Computer Science & Information Technology