1) What is the objective of functions Prototype and Scope?
2) Write down the difference between pointers and references.
3) What do you mean by pass-by-value parameter?
4) Write down the difference between procedural and object oriented programming languages.
5) Propose the storage class for the following variables
A normal variable
Very heavily used variable.
A variable which spans multiple files
A variable which must retain its value after the function call is over.
6) Why an array is known as a derived data type?
7) Write down the difference between single and multiple inheritance.
8) Write down the two main differences between a data file and program file.
9) Explain what you mean by overloading the arithmetic assignment operator.
10) Write down the advantages and disadvantages of late binding.