1) What do you mean by type conversion?
2) How is a user defined identifier different from a reserve word?
3) What are standard manipulators used in C++?
4) What is the objective of comma operator?
5) Can an array name be used as an argument to a function? Describe in detail.
6) What do you mean by address operator?
7) Write down the advantage of using a union in C++?
8) What do you understand by a default constructor?
9) What is an inline substitution?
10) What do you understand by operator overloading.