Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Object Oriented Programming Using C++ Questions
Which of the following statements allows the user to enter data at the keyboard?
To enter a comment in a C++ program, you begin the comment with _____
A function that returns no values to the program that calls it is _____
Evaluate the following expression: 3 >6&&7>4
Header files often have the file extension _____
If you design a class that needs special initialization tasks, you will want to design a(n) _____
Which of the following assigns the number 5 to the area variable?
The keyword used to define a structure is _____
A C++ program contains a function with the header int function(double d, char c). Which of the following function headers could be used within the same program?
1
2
3