InterviewSolution
Saved Bookmarks
| 1. |
In sequence point, how will the overloaded operators behave like?(a) Function(b) Objects(c) Instance variable(d) ContainerThe question was asked during an interview.This intriguing question originated from Stored Sequences topic in section Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» Correct CHOICE is (a) FUNCTION |
|