Quiz
Which library contains std::string?
What is the correct syntax to print 'Hello' in C++?
What is the purpose of the 'new' operator?
Which operator is used to deallocate memory?
What is the scope resolution operator?
What does STL stand for in C++?
Which operator is used to access members through a pointer?
Which keyword allows a function to access private members of a class?
Which keyword is used for virtual functions?
Which of the following is used to end a statement in C++?