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 execution
I 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++