Which of the following is not a valid conditional inclusions in preprocessor directives
Value of a in a = (b = 5, b + 5); is
The return value of the following code is Class1& test(Class1 obj){Class1 *ptr = new Class1();.........return ptr;}
The conditional compilation
Which of the following is not a standard exception built in C++.
The output of{int a = 5;int b = 10;cout << (a>b?a:b);}
Which of the following term do not refer to an expansion card?
The output of this program is int a = 10;void main(){int a = 20;cout << a << ::a;}
Which of the following printer produces most noise?
There is nothing like a virtual constructor of a class.
In a group of nested loops, which loop is executed the most number of times?
Which of the following is the most common way of implementing C++?
Which of the following is not true about preprocessor directives
Which looping process is best used when the number of iterations is known?
The storage capacity of a floppy disk is measured in
Which of the following ROM is most convenient to rewrite?
A cluster of red, green and blue diodes is driven together to form a full-color pixel in a
Which of the following port is used to connect DB-25 pin modems or scanners?
What’s wrong? (x = 4 && y = 5) ? (a = 5) ; (b = 6);
Which of the following operators below allow to define the member functions of a class outside the class?
How many copies of a class static member are shared between objects of the class?
A kind of memory chip that stores data and instructions permanently is
Which of the following is true about const member functions?
Which of the following is not a magnetic storage medium?
A disk is divided into several concentric circles called
Which of the following below is /are a valid iterator type?
What is the suitable output device for CAE, CAD and CAM?
What’s wrong? while( (i < 10) && (i > 24))
Which of the following operators can be overloaded?
To record and produce sound in a computer system you need
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 STL containers store the elements contiguously (in adjacent memory locations)?
Which of the following keyword supports dynamic method resolution?
Which of the following correctly describes the meaning of‘namespace’ feature in C++?
Which of the following is not recommended in a header file?
If a member needs to have unique value for all the objects of that same class, declare the member as