Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Object Oriented Programming Using C++ Questions
The type to be used in an instantiation of a class template follows ________
Which type of statement does not occur in computer programs?
The newline character is always included between
You mark the beginning of a function's block of code with the _____
The step-by-step instructions that solve a problem are called _____
Some Streams work with input, and some with output
Redirection redirects
A base class may also be called a
Of the three ways to pass arguments to functions, only passing by _____ and passing by _____ allow the function to modify the argument in the calling program
The generic type in a template function
Which of the following statements is false?
A default catch block catches
Using the wardrobe structure within the ShopList structure is an example of a good programming principle, known as _____
A function that changes the state of the cout object is called a(n) _____
The _____ mode tells C++ to open a file for input
The #ifndef directive tests to see whether ________
To be called object-oriented, a programming language must allow
When a child class function is called, the compiler looks first for a matching function name in the _____
A widget is to the blueprint for a widget as an object is to
What does C++ append to the end of a string literal constant?
1
2
3