What is the difference between overloaded functions and overridden functions?
Which device in microprocessor stores the data to be processed?
Which of the following relationship is known as inheritancerelationship?
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
*ptr++ is equivalenet to:
Value of a in a = (b = 5, b + 5); is
Which of the following is the most common way of implementing C++?
IBM introduced the first 8” floppy disk in 1971 which could store
In mulit-list organization
What’s wrong? while( (i < 10) && (i > 24))
The time taken to move an access arm to a certain track on a disk is
In a group of nested loops, which loop is executed the most number of times?
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
There is nothing like a virtual constructor of a class.
The rotational delay time or latency time is also known as
Originally ‘C’ was developed as:
The temporary output of a computer system is called
How many copies of a class static member are shared between objects of the class?
What is the suitable output device for CAE, CAD and CAM?
Which of the following printer produces most noise?
Which looping process checks the test condition at the end of the loop?
The output of this program is int a = 10;void main(){int a = 20;cout << a << ::a;}
Which of the following term do not refer to an expansion card?
Which of the following is not a component of file system
In a C language ‘3’ represents
Which of the following is not a file operation:
Which one of the following is not a fundamental data type in C++
Which of the following is not a standard exception built in C++.
Which of the following is true about const member functions?
Minimum number of temporary variable needed to swap the contents of 2 variables is:
The two types of file structure existing in VSAM file are
Inline functions are invoked at the time of
Which of the following is not true about preprocessor directives