Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. Which of the following gives the memory address of the first element in array?
  2. A.
    array[0];
    B.
    array[1];
    C.
    array(2);
    D.
    array;

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    array;


Be The First To Comment