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

For EXPLANATION: In SEQUENCE POINT, the overloaded operators behave like a function.



Discussion

No Comment Found

Related InterviewSolutions