What defines a general set of operations that will be applied to various types of data?
Which of the following is not a component of file system
Inline functions are invoked at the time of
In a group of nested loops, which loop is executed the most number of times?
How many copies of a class static member are shared between objects of the class?
Which of the following is/are advantages of cellular partitioned structure:
Which one of the following is not a fundamental data type in C++
Which of the following members do get inherited but become private members in child class
Which of the following is the most general exception handler that catches exception of ‘any type’?
In a C language ‘3’ represents
Which of the following operators can be overloaded?
What’s wrong? while( (i < 10) && (i > 24))
IBM introduced the first 8” floppy disk in 1971 which could store
Minimum number of temporary variable needed to swap the contents of 2 variables is:
What’s wrong? for (int k = 2, k <=12, k++)
The default access level assigned to members of a class is ___________.
When is std::bad_alloc exception thrown?
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
There is nothing like a virtual constructor of a class.
Which of the following correctly describes C++ language?
Which of the following functions below can be used Allocate space for array in memory?
In mulit-list organization
Statement scanf(“%d”,80);
A disk is divided into several concentric circles called
Which one of the following is not a valid reserved keyword in C++
Which classes allow primitive types to be accessed as objects?
Which of the following is the most preferred way of throwing and handling exceptions?
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 port is used to connect DB-25 pin modems or scanners?
What is the suitable output device for CAE, CAD and CAM?
If class A is friend of class B and if class B is friend of class C, which of the following is true?
What’s wrong? (x = 4 && y = 5) ? (a = 5) ; (b = 6);
A kind of memory chip that stores data and instructions permanently is
Which of the following is not an optical storage medium?
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 not a standard exception built in C++.
A cluster of red, green and blue diodes is driven together to form a full-color pixel in a
What is the difference between overloaded functions and overridden functions?