Statement scanf(“%d”,80);
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?
Which of the following port is used to connect DB-25 pin modems or scanners?
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 is not a standard exception built in C++.
In mulit-list organization
Which looping process is best used when the number of iterations is known?
What is the Difference between struct and class in terms of Access Modifier?
Which of the following is the most common way of implementing C++?
Minimum number of temporary variable needed to swap the contents of 2 variables is:
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
The storage capacity of a floppy disk is measured in
What’s wrong? for (int k = 2, k <=12, k++)
Which of the following is not an optical storage medium?
Which of the following operators can be overloaded?
If a member needs to have unique value for all the objects of that same class, declare the member as
Which of the following keyword supports dynamic method resolution?
Which of the following members do get inherited but become private members in child class
Which of the following is not recommended in a header file?
What defines a general set of operations that will be applied to various types of data?
Which of the following is not a magnetic storage medium?
‘Prime area’ in context of file system is defined as
The rotational delay time or latency time is also known as
A standard CD ROM can hold data up to
Which device in microprocessor stores the data to be processed?
Which of the following is not a valid conditional inclusions in preprocessor directives
What is the suitable output device for CAE, CAD and CAM?
The output of this program is int a = 10;void main(){int a = 20;cout << a << ::a;}
A disk is divided into several concentric circles called
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
Which looping process checks the test condition at the end of the loop?
Which of the following operator cannot be overloaded?
Which one of the following is not a fundamental data type in C++
Which of the following is not a component of file system
The return value of the following code is Class1& test(Class1 obj){Class1 *ptr = new Class1();.........return ptr;}
A cluster of red, green and blue diodes is driven together to form a full-color pixel in a
*ptr++ is equivalenet to:
STL is based on which of the following programming paradigms?
Which of the following is not true about preprocessor directives