Which of the following term do not refer to an expansion card?
The conditional compilation
Which of the following is the most preferred way of throwing and handling exceptions?
The storage capacity of a floppy disk is measured in
The return value of the following code is Class1& test(Class1 obj){Class1 *ptr = new Class1();.........return ptr;}
The output of{int a = 5;int b = 10;cout << (a>b?a:b);}
Which of the following operators below allow to define the member functions of a class outside the class?
Which of the following is a valid destructor of the class name “Country”
The output of this program is int a = 10;void main(){int a = 20;cout << a << ::a;}
Which one of the following is not a valid reserved keyword in C++
Which of the following below is /are a valid iterator type?
Which looping process checks the test condition at the end of the loop?
Which of the following functions below can be used Allocate space for array in memory?
Which of the following is/are advantages of cellular partitioned structure:
Under which of the following circumstances, synchronization takes place?
A standard CD ROM can hold data up to
A disk is divided into several concentric circles called
Originally ‘C’ was developed as:
What is the implicit pointer that is passed as the first argument for nonstatic member functions?
Which of the following printer produces most noise?
If there is more than one statement in the block of a for loop, which of the following must be placed at the beginning and the ending of the loop block?
Which of the following is true about const member functions?
What’s wrong? (x = 4 && y = 5) ? (a = 5) ; (b = 6);
What is the Difference between struct and class in terms of Access Modifier?
Which classes allow primitive types to be accessed as objects?
STL is based on which of the following programming paradigms?
Which of the following is not a magnetic storage medium?
Which device in microprocessor stores the data to be processed?
What is the suitable output device for CAE, CAD and CAM?
Which of the following relationship is known as inheritancerelationship?
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
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
The time taken to move an access arm to a certain track on a disk is
Inline functions are invoked at the time of
Which of the following ROM is most convenient to rewrite?
A continue statement causes execution to skip to
In mulit-list organization