Home » C++ Programming » Questions and Answers » Question
  1. What is meant by sequence point?
    1. Represent the beginning of the program
    2. Represent the point of execution in the program
    3. Represent the whole program
    4. All of above
    5. 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.



Your comments will be displayed only after manual approval.