1.

Where are standard C libraries defined in C++?(a) Container(b) std namespace(c) list(d) iteratorsThis question was posed to me during a job interview.I would like to ask this question from C Standard Library in section Strings, Streams & Numerics in C++ of C++

Answer»

Correct answer is (b) std NAMESPACE

To explain I would say: EVERY ELEMENT of the C LIBRARY is defined within the std namespace.



Discussion

No Comment Found

Related InterviewSolutions