Home » C++ Programming » Operators » Question
  1. What is the output of this program?

    1. 17
    2. 10
    3. 7
    4. 16
    5. None of these
Correct Option: A

In this program, the increment and decrement of evaluation of Res will not be accounted because they are post.



Your comments will be displayed only after manual approval.