-
Pick out the correct statement about sequence point.
-
- Sequence point will resolve all the side effects
- Sequence point will save the program for execution
- Sequence point will compile the program
- All of above
- 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.