InterviewSolution
Saved Bookmarks
| 1. |
What kind of execution does sequence point allow?(a) Non-overlap(b) Overlap(c) Concurrent(d) SequenceI got this question during an interview.Origin of the question is Stored Sequences topic in division Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» The CORRECT OPTION is (a) Non-overlap |
|