InterviewSolution
Saved Bookmarks
| 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 |
|