3.
What is the purpose of the 'static' keyword in C++?

4.
What is the difference between '++i' and 'i++' in C++?

5.
What does the 'const' qualifier indicate in C++?

7.
What is the difference between 'delete' and 'delete[]' in C++?

8.
What is the purpose of the 'inline' keyword in C++?

9.
What is the purpose of the 'volatile' qualifier in C++?

10.
Which of the following is a valid way to initialize a constant variable in C++?