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

Explanation: To resolve all the side-effects in the program, the sequence point should not be OVERLAPPED.



Discussion

No Comment Found

Related InterviewSolutions