Each pass through a loop is called a/an
Which of the following correctly describes the meaning of‘namespace’ feature in C++?
Which of the following is not a component of file system
The storage capacity of a floppy disk is measured in
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 is a valid destructor of the class name “Country”
Which of the following operator cannot be overloaded?
Which of the following ROM is most convenient to rewrite?
Which of the following is not a standard exception built in C++.
Value of a in a = (b = 5, b + 5); is
The conditional compilation
The default access level assigned to members of a class is ___________.
Originally ‘C’ was developed as:
Which looping process is best used when the number of iterations is known?
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 output of this program is int a = 10;void main(){int a = 20;cout << a << ::a;}
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 is not recommended in a header file?
What is the difference between overloaded functions and overridden functions?
Which of the following operators below allow to define the member functions of a class outside the class?
Which of the following is true about const member functions?
The time taken to move an access arm to a certain track on a disk is
Which of the following members do get inherited but become private members in child class
Which of the following is/are advantages of cellular partitioned structure:
In a C language ‘3’ represents
To record and produce sound in a computer system you need
‘Prime area’ in context of file system is defined as
*ptr++ is equivalenet to:
A cluster of red, green and blue diodes is driven together to form a full-color pixel in a
When is std::bad_alloc exception thrown?
A disk is divided into several concentric circles called
Which of the following below is /are a valid iterator type?
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
A standard CD ROM can hold data up to
Which of the following is not an optical storage medium?
Minimum number of temporary variable needed to swap the contents of 2 variables is: