What is the correct extension of C++ source file?
Which is the correct output stream in C++?
Which header file is required to use cout?
What is the size of int in C++ (typically)?
Which of the following is a correct variable name?
What is the purpose of inheritance in C++?
Which type of inheritance is supported in C++?
Which keyword is used to define a base class?
What does polymorphism in C++ refer to?
Which type of function allows polymorphism?
What is the primary purpose of move semantics in C++11 and later?
Which smart pointer shares ownership of an object in C++?
What is the output type of a lambda function with no specified return?
Which header file provides std::thread in C++11?
Which C++ principle ensures proper resource release on exception?