adplus-dvertising
frame-decoration

Question

Which of the following gives the memory address of the first element in array?

a.

array[0];

b.

array[1];

c.

array(2);

d.

array;

Answer: (d).array;

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?