Quiz 3
1. What is the operator used to access members of an object?
2. Which feature allows a function to call itself?
3. What does `new` keyword do?
4. Which of these is the correct way to declare a pointer?
5. What keyword is used to declare a function that does not return a value?
6. How to properly include your own header file named 'utils.h'?
7. What is an alias for an existing type?
8. Which operator computes the size of a type?
9. What is a collection of named integer constants?
10. How do you handle exceptions in C++?
Previous Next