Quiz

C++ Basics Quiz

  1. 01.

    Which operator is used for scope resolution?

  2. 02.

    What is used to print output?

  3. 03.

    What is constructor?

  4. 04.

    Which header file is used for Input/Output in C++?

  5. 05.

    What is a constructor?

  6. 06.

    Which operator is used to deallocate memory?

  7. 07.

    Which keyword is used to return a value from a function?

  8. 08.

    Which header file is needed for using strings in C++?

  9. 09.

    Which keyword is used for virtual functions?

  10. 10.

    Which of the following is used to end a statement in C++?