What is the implicit pointer that is passed as the first argument for nonstatic member functions?
Which of the following operators below allow to define the member functions of a class outside the class?
Which of the following operators can be overloaded?
How many copies of a class static member are shared between objects of the class?
Which of the following is not a file operation:
Which of the following is not an optical storage medium?
Which of the following is not a standard exception built in C++.
Which of the following operator cannot be overloaded?
Observe following program and answer class Example{public: int a,b,c; Example(){a=b=c=1;} //Constructor 1, Example(int a){a = a; b = c = 1;} //Constructor 2, Example(int a,int b){a = a; b = b; c = 1;} //Constructor 3, Example(int a,int b,int c){ a = a; b = b; c = c;} //Constructor 4}In the above example of constructor overloading, the following statement will call which constructor Example obj = new Example (1,2,3);
What is the suitable output device for CAE, CAD and CAM?
Inline functions are invoked at the time of
Under which of the following circumstances, synchronization takes place?
A standard CD ROM can hold data up to
The output of this program is int main () { cout << "Hello World!" return 0; }
Which of the following is not true about preprocessor directives
Which of the following is the most preferred way of throwing and handling exceptions?
Originally ‘C’ was developed as:
Which looping process is best used when the number of iterations is known?
What’s wrong? for (int k = 2, k <=12, k++)
Which of the following port is better suitable to support high speed graphics and other video input?
Which of the following is a valid destructor of the class name “Country”
Which of the following is the most general exception handler that catches exception of ‘any type’?
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
If class A is friend of class B and if class B is friend of class C, which of the following is true?
In mulit-list organization
Which one of the following is not a valid reserved keyword in C++
A continue statement causes execution to skip to
Which of the following correctly describes the meaning of‘namespace’ feature in C++?
A kind of memory chip that stores data and instructions permanently is
Which of the following is not a magnetic storage medium?
Which of the following keyword supports dynamic method resolution?
IBM introduced the first 8” floppy disk in 1971 which could store
The temporary output of a computer system is called
Each pass through a loop is called a/an
Which of the STL containers store the elements contiguously (in adjacent memory locations)?
The two types of file structure existing in VSAM file are