Which of the following is not true about preprocessor directives
If class A is friend of class B and if class B is friend of class C, which of the following is true?
What is the suitable output device for CAE, CAD and CAM?
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
If a member needs to have unique value for all the objects of that same class, declare the member as
Which of the following is not a magnetic storage medium?
Which of the following is not a standard exception built in C++.
Which of the following operator cannot be overloaded?
‘Prime area’ in context of file system is defined as
How many copies of a class static member are shared between objects of the class?
There is nothing like a virtual constructor of a class.
Which of the following is the most preferred way of throwing and handling exceptions?
When is std::bad_alloc exception thrown?
Which device in microprocessor stores the data to be processed?
Which of the following is not a valid conditional inclusions in preprocessor directives
In a group of nested loops, which loop is executed the most number of times?
Which of the following members do get inherited but become private members in child class
Which of the following operators can be overloaded?
STL is based on which of the following programming paradigms?
The storage capacity of a floppy disk is measured in
Which looping process is best used when the number of iterations is known?
Which of the following relationship is known as inheritancerelationship?
Which of the following correctly describes C++ language?
The output of this program is int main () { cout << "Hello World!" return 0; }
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?
The return value of the following code is Class1& test(Class1 obj){Class1 *ptr = new Class1();.........return ptr;}
Under which of the following circumstances, synchronization takes place?
Which of the following is/are advantages of cellular partitioned structure:
Which one of the following is not a fundamental data type in C++
The conditional compilation
Which of the following is true about const member functions?
What is the Difference between struct and class in terms of Access Modifier?
The two types of file structure existing in VSAM file are
Minimum number of temporary variable needed to swap the contents of 2 variables is:
Each pass through a loop is called a/an