If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
Originally ‘C’ was developed as:
A disk is divided into several concentric circles called
Which of the following members do get inherited but become private members in child class
The return value of the following code is Class1& test(Class1 obj){Class1 *ptr = new Class1();.........return ptr;}
Which of the following is not a magnetic storage medium?
Which device in microprocessor stores the data to be processed?
When is std::bad_alloc exception thrown?
Which of the following is the most preferred way of throwing and handling exceptions?
The rotational delay time or latency time is also known as
A standard CD ROM can hold data up to
There is nothing like a virtual constructor of a class.
Which of the following operators below allow to define the member functions of a class outside the class?
STL is based on which of the following programming paradigms?
Which classes allow primitive types to be accessed as objects?
What’s wrong? while( (i < 10) && (i > 24))
Which of the following correctly describes C++ language?
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
Inline functions are invoked at the time of
Which of the following operators can be overloaded?
A continue statement causes execution to skip to
Which of the following printer produces most noise?
In a C language ‘3’ represents
Which of the following is not recommended in a header file?
Which of the following port is used to connect DB-25 pin modems or scanners?
What’s wrong? for (int k = 2, k <=12, k++)
What is the Difference between struct and class in terms of Access Modifier?
In mulit-list organization
Which of the following is a valid destructor of the class name “Country”
The output of this program is int main () { cout << "Hello World!" return 0; }
Which looping process checks the test condition at the end of the loop?
What is the implicit pointer that is passed as the first argument for nonstatic member functions?
The time taken to move an access arm to a certain track on a disk is
Each pass through a loop is called a/an
If class A is friend of class B and if class B is friend of class C, which of the following is true?