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

Discussion :: Object Oriented Programming Using C++

  1. If p and q are assigned the values 2 and 3 respectively then the statement p = q++

  2. A.
    gives an error message
    B.
    assigns a value 4 to p
    C.
    assigns a value 3 to p
    D.
    assigns a value 5 to p
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment