In a group of nested loops, which loop is executed the most number of times?
Which of the following operators can be overloaded?
A cluster of red, green and blue diodes is driven together to form a full-color pixel in a
If a member needs to have unique value for all the objects of that same class, declare the member as
Which of the STL containers store the elements contiguously (in adjacent memory locations)?
Which of the following below is /are a valid iterator type?
Which of the following is not a standard exception built in C++.
Which of the following is not recommended in a header file?
The rotational delay time or latency time is also known as
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
The default access level assigned to members of a class is ___________.
Each pass through a loop is called a/an
Which of the following term do not refer to an expansion card?
A standard CD ROM can hold data up to
The time taken to move an access arm to a certain track on a disk is
Which of the following is a valid destructor of the class name “Country”
Which of the following members do get inherited but become private members in child class
Which of the following operator cannot be overloaded?
What is the implicit pointer that is passed as the first argument for nonstatic member functions?
Which of the following correctly describes C++ language?
Value of a in a = (b = 5, b + 5); is
What defines a general set of operations that will be applied to various types of data?
Which of the following is not a valid conditional inclusions in preprocessor directives
C++ provides facility to specify that the compiler should match function calls with the correct definition at the run time. This process is called as
Which of the following operators below allow to define the member functions of a class outside the class?
Which looping process is best used when the number of iterations is known?
Which of the following keyword supports dynamic method resolution?
Which of the following is not a magnetic storage medium?
Which of the following ROM is most convenient to rewrite?
Which looping process checks the test condition at the end of the loop?
Inline functions are invoked at the time of
Minimum number of temporary variable needed to swap the contents of 2 variables is:
Which one of the following is not a valid reserved keyword in C++
The temporary output of a computer system is called
What’s wrong? for (int k = 2, k <=12, k++)
Originally ‘C’ was developed as:
What’s wrong? (x = 4 && y = 5) ? (a = 5) ; (b = 6);
How many copies of a class static member are shared between objects of the class?