-
What is meant by sequence point?
-
- Represent the beginning of the program
- Represent the point of execution in the program
- Represent the whole program
- All of above
- None of these
Correct Option: B
A sequence point defines any point in a computer program’s execution at which it is guaranteed that all side effects of previous evaluations have been performed.