Statement scanf(“%d”,80);
The output of this program is int a = 10;void main(){int a = 20;cout << a << ::a;}
*ptr++ is equivalenet to:
If a member needs to have unique value for all the objects of that same class, declare the member as
Which of the following is not a standard exception built in C++.
If class A is friend of class B and if class B is friend of class C, which of the following is true?
A standard CD ROM can hold data up to
Which looping process checks the test condition at the end of the loop?
Which one of the following is not a valid reserved keyword in C++
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
Which device in microprocessor stores the data to be processed?
A continue statement causes execution to skip to
Which of the following operators below allow to define the member functions of a class outside the class?
What is the suitable output device for CAE, CAD and CAM?
Which of the following is not true about preprocessor directives
Inline functions are invoked at the time of
The time taken to move an access arm to a certain track on a disk is
Which of the following below is /are a valid iterator type?
Which classes allow primitive types to be accessed as objects?
There is nothing like a virtual constructor of a class.
Which of the following is not a magnetic storage medium?
Which of the following ROM is most convenient to rewrite?
Which of the following is not a file operation:
STL is based on which of the following programming paradigms?
The temporary output of a computer system is called
Value of a in a = (b = 5, b + 5); is
When is std::bad_alloc exception thrown?
Which of the following is true about const member functions?
What is the Difference between struct and class in terms of Access Modifier?
The return value of the following code is Class1& test(Class1 obj){Class1 *ptr = new Class1();.........return ptr;}
Which of the following is a valid destructor of the class name “Country”
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?
Originally ‘C’ was developed as:
Which of the following port is used to connect DB-25 pin modems or scanners?
The rotational delay time or latency time is also known as
What defines a general set of operations that will be applied to various types of data?
Which of the following correctly describes the meaning of‘namespace’ feature in C++?