adplus-dvertising
frame-decoration

Question

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]

Posted under Strings C Programming

Answer: (a).foo

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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