Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. The statement int n[4] = {11, -13, 17, 105};

  2. A.
    assigns the value -13 to [2]
    B.
    assigns the value 17 to n[2]
    C.
    is wrong; it gives an error message
    D.
    assigns the value 18 to n[2]

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment