InterviewSolution
Saved Bookmarks
| 1. |
What is meant by sequence point?(a) Represent the point of execution in the program(b) Represent the whole program(c) Represent the beginning of the program(d) Represent the end of the programThe question was asked by my school principal while I was bunking the class.My question is based upon Stored Sequences topic in section Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» Correct CHOICE is (a) Represent the point of execution in the program |
|