When is std::bad_alloc exception thrown?
Which one of the following is not a valid reserved keyword in C++
Which of the following functions below can be used Allocate space for array in memory?
Which of the following port is used to connect DB-25 pin modems or scanners?
STL is based on which of the following programming paradigms?
What is the suitable output device for CAE, CAD and CAM?
Which of the following is true about const member functions?
Which of the STL containers store the elements contiguously (in adjacent memory locations)?
Originally ‘C’ was developed as:
Which looping process checks the test condition at the end of the loop?
Under which of the following circumstances, synchronization takes place?
Which device in microprocessor stores the data to be processed?
Which of the following operators below allow to define the member functions of a class outside the class?
What’s wrong? (x = 4 && y = 5) ? (a = 5) ; (b = 6);
Which of the following is a valid destructor of the class name “Country”
The time taken to move an access arm to a certain track on a disk is
The rotational delay time or latency time is also known as
Which of the following keyword supports dynamic method resolution?
‘Prime area’ in context of file system is defined as
Which of the following printer produces most noise?
A cluster of red, green and blue diodes is driven together to form a full-color pixel in a
Each pass through a loop is called a/an
Which looping process is best used when the number of iterations is known?
Which of the following members do get inherited but become private members in child class
If class A is friend of class B and if class B is friend of class C, which of the following is true?
Which of the following correctly describes C++ language?
In a group of nested loops, which loop is executed the most number of times?
What is the difference between overloaded functions and overridden functions?
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
The output of{int a = 5;int b = 10;cout << (a>b?a:b);}
Which of the following is not a valid conditional inclusions in preprocessor directives
Statement scanf(“%d”,80);
In a C language ‘3’ represents
The conditional compilation
Which of the following is not a magnetic storage medium?