1.

Where does the member should be defined if it is used in the program?(a) Namespace scope(b) Character scope(c) Namespace & Character scope(d) Directional scopeI have been asked this question in an interview for job.I'm obligated to ask this question of Numeric Limits topic in section Strings, Streams & Numerics in C++ of C++

Answer»

The correct choice is (a) NAMESPACE scope

Explanation: The MEMBER shall still be defined in a namespace scope if it is USED in the PROGRAM.



Discussion

No Comment Found

Related InterviewSolutions