Which of the following gives the memory address of the first element in array foo, an array with 100 elements?

a. foo[0];
b. foo;
c. *foo;
d. foo[1];

Answer: a. foo[0];

Computer Science & Information Technology

You might also like to view...

ECC memory is primarily used in which of the following computers?

A. Tablet B. Desktop C. Server D. Laptop

Computer Science & Information Technology

In Notepad++, the text entered in the text area scrolls continuously to the right unless the word wrap feature is enabled.?

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

Computer Science & Information Technology