Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) array[0];
b) array[1];
c) array(2);
d) array;