*ptr++ is equivalenet to:
Which of the following members do get inherited but become private members in child class
Which of the following is not an optical storage medium?
Value of a in a = (b = 5, b + 5); is
There is nothing like a virtual constructor of a class.
Statement scanf(“%d”,80);
The conditional compilation
The two types of file structure existing in VSAM file are
The output of{int a = 5;int b = 10;cout << (a>b?a:b);}
Which of the following operators can be overloaded?
Which of the following is not a standard exception built in C++.
What is the Difference between struct and class in terms of Access Modifier?
The storage capacity of a floppy disk is measured in
The output of this program is int a = 10;void main(){int a = 20;cout << a << ::a;}
Which of the following functions below can be used Allocate space for array in memory?
Which of the following is the most preferred way of throwing and handling exceptions?
Which of the following is not a valid conditional inclusions in preprocessor directives
IBM introduced the first 8” floppy disk in 1971 which could store
Originally ‘C’ was developed as:
Each pass through a loop is called a/an
In mulit-list organization
Which of the following port is better suitable to support high speed graphics and other video input?
‘Prime area’ in context of file system is defined as
Which of the following is the most common way of implementing C++?
What defines a general set of operations that will be applied to various types of data?
The temporary output of a computer system is called
The output of this program is int main () { cout << "Hello World!" return 0; }
What’s wrong? for (int k = 2, k <=12, k++)
Which device in microprocessor stores the data to be processed?
Minimum number of temporary variable needed to swap the contents of 2 variables is:
Which of the following is not true about preprocessor directives
Which of the following ROM is most convenient to rewrite?
Which of the following is the most general exception handler that catches exception of ‘any type’?
Which of the following is not recommended in a header file?
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 term do not refer to an expansion card?
Which of the following is a valid destructor of the class name “Country”