1.

Pick out the correct statement about sequence point.(a) Sequence point will compile the program(b) Sequence point will resolve all the side effects(c) Sequence point will save the program for execution(d) Sequence point will delete the program for executionI have been asked this question in an online quiz.This intriguing question originated from Stored Sequences topic in division Algorithms, Objects & Iterators in C++ of C++

Answer»

Correct choice is (B) Sequence point will resolve all the side EFFECTS

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



Discussion

No Comment Found

Related InterviewSolutions