1.

What is std in C++?(a) std is a standard class in C++(b) std is a standard namespace in C++(c) std is a standard header file in C++(d) std is a standard file reading header in C++I got this question during an interview for a job.Enquiry is from C++ Concepts in portion Basics Concepts of C++ of C++

Answer»

Right answer is (b) std is a standard namespace in C++

Best explanation: std is a standard namespace present in C++ which CONTAINS different stream classes and OBJECTS like cin, cout, ETC. and other standard functions.



Discussion

No Comment Found

Related InterviewSolutions