Q58
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;
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board