Home » C++ Programming » Questions and Answers » Question
  1. What kind of execution does sequence point allow?
    1. Concurrent
    2. Non-overlap
    3. Overlap
    4. All of above
    5. None of these
Correct Option: B

To resolve all the side-effects in the program, the sequence point should not be overlapped.



Your comments will be displayed only after manual approval.