Home » C++ Programming » Questions and Answers » Question
  1. Pick out the correct statement about sequence point.
    1. Sequence point will resolve all the side effects
    2. Sequence point will save the program for execution
    3. Sequence point will compile the program
    4. All of above
    5. None of these
Correct Option: B

Sequence point is a point in time at which the dust has settled and all side effects which have been seen so far are guaranteed to be complete.



Your comments will be displayed only after manual approval.