Functions
1.
Which is not a proper prototype ?
2.
What is the return type of the function with prototype:"int func(char x, float v, double t);"
3.
What is the return type of the function with prototype:"int func(char x, float v, double t);"
4.
Which of the following is a valid function call (assuming the function exists) ?
5.
Which of the following is a complete function ?
6.
Which of the following function / types of function cannot have default parameters ?
7.
Correct way to declare pure virtual function in a C++ class is
8.
What is the scope of the variable declared in the user defined function ?
9.
Which of the following in Object Oriented Programming is supported by Function overloading and default arguments features of C++.
10.
Which of the following statement is correct ?