1.

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

A. foo
B. &foo;
C. foo[0]
D. &foo;[0]
Answer» B. &foo;


Discussion

No Comment Found