The conditional compilation
The temporary output of a computer system is called
The default access level assigned to members of a class is ___________.
The return value of the following code is Class1& test(Class1 obj){Class1 *ptr = new Class1();.........return ptr;}
If class A is friend of class B and if class B is friend of class C, which of the following is true?
A kind of memory chip that stores data and instructions permanently is
Which of the following is not a file operation:
Under which of the following circumstances, synchronization takes place?
Which of the following operators below allow to define the member functions of a class outside the class?
What defines a general set of operations that will be applied to various types of data?
Which of the following functions below can be used Allocate space for array in memory?
Which of the following ROM is most convenient to rewrite?
How many copies of a class static member are shared between objects of the class?
To record and produce sound in a computer system you need
Which of the following operator cannot be overloaded?
Which of the following port is better suitable to support high speed graphics and other video input?
The output of{int a = 5;int b = 10;cout << (a>b?a:b);}
Originally ‘C’ was developed as:
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 of the following relationship is known as inheritancerelationship?
The storage capacity of a floppy disk is measured in
Which of the following printer produces most noise?
Which of the following is the most common way of implementing C++?
Which of the following is the most general exception handler that catches exception of ‘any type’?
What is the implicit pointer that is passed as the first argument for nonstatic member functions?
Which one of the following is not a valid reserved keyword in C++
Minimum number of temporary variable needed to swap the contents of 2 variables is:
What’s wrong? (x = 4 && y = 5) ? (a = 5) ; (b = 6);
The time taken to move an access arm to a certain track on a disk is
If a member needs to have unique value for all the objects of that same class, declare the member as
In a group of nested loops, which loop is executed the most number of times?
In a C language ‘3’ represents
‘Prime area’ in context of file system is defined as
Inline functions are invoked at the time of
Each pass through a loop is called a/an
The two types of file structure existing in VSAM file are
*ptr++ is equivalenet to:
Which of the following operators can be overloaded?