Which of the following printer produces most noise?
Which of the following is not a component of file system
Which of the following is not a standard exception built in C++.
If a member needs to have unique value for all the objects of that same class, declare the member as
Statement scanf(“%d”,80);
Which one of the following is not a fundamental data type in C++
The return value of the following code is Class1& test(Class1 obj){Class1 *ptr = new Class1();.........return ptr;}
Which looping process is best used when the number of iterations is known?
The default access level assigned to members of a class is ___________.
When is std::bad_alloc exception thrown?
What defines a general set of operations that will be applied to various types of data?
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?
The two types of file structure existing in VSAM file are
What is the difference between overloaded functions and overridden functions?
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);
Which one of the following is not a valid reserved keyword in C++
The storage capacity of a floppy disk is measured in
What is the Difference between struct and class in terms of Access Modifier?
A standard CD ROM can hold data up to
Which of the following is not a magnetic storage medium?
There is nothing like a virtual constructor of a class.
Which of the following functions below can be used Allocate space for array in memory?
The conditional compilation
Which of the following is not a valid conditional inclusions in preprocessor directives
Which of the following is the most common way of implementing C++?
The rotational delay time or latency time is also known as
Inline functions are invoked at the time of
Which of the following is the most preferred way of throwing and handling exceptions?
What’s wrong? while( (i < 10) && (i > 24))
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
Which of the following is a valid destructor of the class name “Country”
Which of the following is not an optical storage medium?
*ptr++ is equivalenet to:
In mulit-list organization
Which of the following correctly describes the meaning of‘namespace’ feature in C++?
The temporary output of a computer system is called