22.
What is a memory leak in C++?

25.
What is a pointer arithmetic in C++?

26.
What is the purpose of the 'this' pointer in C++?

28.
What does the 'sizeof' operator return when used with a pointer variable in C++?

29.
What is the purpose of the 'const' keyword in a pointer declaration in C++?