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

Discussion :: Object Oriented Programming Using C++

  1. Which of the following assigns the number 5 to the area variable?

  2. A.
    area 1 = 5
    B.
    area = 5
    C.
    area == 5
    D.
    area --> 5
    E.
    area < > 5

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment