Why does the output give a hexadecimal address?

```
grades[5] = {94, 97, 90, 85, 82};
cout<
```

A. Because it is the value of the pointer to the first element of the array.
B. Because I told it to.
C. Because this statement will write out all values of the array.
D. Because the answer is 94.


A. Because it is the value of the pointer to the first element of the array.

Computer Science & Information Technology

You might also like to view...

If you accidentally delete valuable data, immediately click the ____ button in the Standard toolbar.

A. Restore B. Reset C. Redo D. Undo

Computer Science & Information Technology

Round the values down at the places noted.

39.965 at tenths place

Computer Science & Information Technology

Pressing the ________ key deactivates Format Pointer

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

Computer Science & Information Technology

An iterator works like a pointer.

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

Computer Science & Information Technology