Quiz 5
1. Which character acts as the start of an array/object initializer list?
2. How to create a function overload?
3. What is the type of a string literal?
4. Which header provides the `string` class?
5. What is the use of `using namespace std;`?
6. How to declare a floating-point variable?
7. What is an object constructor?
8. How to define an object destructor?
9. Which operator is used to get the address of a variable?
10. How to declare a class method inside the class?
Previous Next