1.

What is meant by sequence point?(a) Represent the point of execution in the program(b) Represent the whole program(c) Represent the beginning of the program(d) Represent the end of the programThe question was asked by my school principal while I was bunking the class.My question is based upon Stored Sequences topic in section Algorithms, Objects & Iterators in C++ of C++

Answer»

Correct CHOICE is (a) Represent the point of execution in the program

The explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions