Which of the STL containers store the elements contiguously (in adjacent memory locations)?
The two types of file structure existing in VSAM file are
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 ROM is most convenient to rewrite?
Minimum number of temporary variable needed to swap the contents of 2 variables is:
What is the Difference between struct and class in terms of Access Modifier?
What is the implicit pointer that is passed as the first argument for nonstatic member functions?
A cluster of red, green and blue diodes is driven together to form a full-color pixel in a
Which of the following functions below can be used Allocate space for array in memory?
A continue statement causes execution to skip to
The temporary output of a computer system is called
How many copies of a class static member are shared between objects of the class?
‘Prime area’ in context of file system is defined as
Each pass through a loop is called a/an
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?
Which one of the following is not a valid reserved keyword in C++
IBM introduced the first 8” floppy disk in 1971 which could store
Which of the following is not a standard exception built in C++.
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
Inline functions are invoked at the time of
Which of the following term do not refer to an expansion card?
Which of the following operators can be overloaded?
Which of the following is the most common way of implementing C++?
In a C language ‘3’ represents
The conditional compilation
Which of the following below is /are a valid iterator type?
The output of{int a = 5;int b = 10;cout << (a>b?a:b);}
Which of the following members do get inherited but become private members in child class
STL is based on which of the following programming paradigms?
Which looping process is best used when the number of iterations is known?
What defines a general set of operations that will be applied to various types of data?
Which of the following is the most preferred way of throwing and handling exceptions?
Which of the following printer produces most noise?
Which of the following is a valid destructor of the class name “Country”
Which of the following correctly describes the meaning of‘namespace’ feature in C++?