InterviewSolution
Saved Bookmarks
| 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 |
|