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