Which of the following is/are advantages of cellular partitioned structure:
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?
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 valid conditional inclusions in preprocessor directives
The storage capacity of a floppy disk is measured in
How many copies of a class static member are shared between objects of the class?
Which of the following is not a component of file system
Which of the following is not a file operation:
The default access level assigned to members of a class is ___________.
Which of the following correctly describes the meaning of‘namespace’ feature in C++?
Which of the following port is better suitable to support high speed graphics and other video input?
The return value of the following code is Class1& test(Class1 obj){Class1 *ptr = new Class1();.........return ptr;}
Under which of the following circumstances, synchronization takes place?
Value of a in a = (b = 5, b + 5); is
What defines a general set of operations that will be applied to various types of data?
Which looping process is best used when the number of iterations is known?
The output of this program is int a = 10;void main(){int a = 20;cout << a << ::a;}
Which of the following below is /are a valid iterator type?
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 not a magnetic storage medium?
What is the Difference between struct and class in terms of Access Modifier?
The conditional compilation
Which of the following functions below can be used Allocate space for array in memory?
Which looping process checks the test condition at the end of the loop?
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 is a valid destructor of the class name “Country”
Which of the following relationship is known as inheritancerelationship?
When is std::bad_alloc exception thrown?
A kind of memory chip that stores data and instructions permanently is
A standard CD ROM can hold data up to
There is nothing like a virtual constructor of a class.
The output of this program is int main () { cout << "Hello World!" return 0; }
Which of the following is true about const member functions?
Which of the STL containers store the elements contiguously (in adjacent memory locations)?