Vidyalelo
C++ Programming · Q58

Arrays and Strings in C++

Programming · C++ Programming · question 58

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;
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board