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;

View Answer
Option – D.