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