Quiz

A
Q. 1 ) Overloaded functions are
Q. 2 ) Which of the following is not a jump statement in C++?
Q. 3 ) Which of the following is output statement in C++?
Q. 4 ) Which of the following is extraction operator in C++?
Q. 5 ) The result of a Relational operation is always
Q. 6 ) Which of the following can not be used as valid identifier?
Q. 7 ) Every function in C++ are followed by
Q. 8 ) There is a unique function in C++ program by where all C++ programs start their execution
Q. 9 ) Which of the following is not a correct variable type?
Q. 10 ) How many times is a do while loop guaranteed to loop?
Q. 11 ) Which is not a loop structure?
Q. 12 ) Which of the following is the correct operator to compare two variables?
Q. 13 ) Inline functions are invoked at the time of
Q. 14 ) Every class has at least one constructor function, even when none is declared.
Q. 15 ) The default access level assigned to members of a class is ___________
Q. 16 ) Which of the following library function below by default aborts the program?
Q. 17 ) What happens when a pointer is deleted twice?
Q. 18 ) When following piece of code is executed, what happens? b = 3; a = b++;
Q. 19 ) What defines a general set of operations that will be applied to various types of data?
Please select an option