Home » C++ Programming » Arrays » Question
  1. Which of the following gives the memory address of the first element in array?
    1. array(2);
    2. array[0];
    3. array;
    4. array[1];
    5. None of these
Correct Option: C

array;



Your comments will be displayed only after manual approval.