Given the array declaration, int a[20]; The last (legal) element is written as:

a)```
a[2]
```
b)```
a[0]
```
c)```
a
```
d)```
a[20]
```
e)```
a[19]
```


e) the element at 19 (declared_size –1) is the last element.

Computer Science & Information Technology

You might also like to view...

Most types of random access memory are considered volatile and do not require a constant flow of electricity to preserve its contents.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Denotational semantics are based on the formal mathematical model called the ______.

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

Computer Science & Information Technology

As a component of Office Web Apps, ________ is a limited version of Word

Fill in the blank(s) with correct word

Computer Science & Information Technology

3-D ranges cannot be defined in ________

A) the Name box B) a cell C) the Formula bar D) multiple cells

Computer Science & Information Technology