1. What is an alternative name for an object?
- Function
- Variable
- Reference
- Initialization
2. The Const modifier on its own is equivalent to :
- Const float
- Const int
- Const Char
- None of these
3. Setw ( ) and Setprecision ( ) manipulators are use to ?
- Formate output data
- Formate Processing data
- Formate Input data
- None of the these
Answer
Formate output data
4. Which data type is used for an empty set of values and non – returning function?
- Void data types
- float data types
- Double data types
- None of these
5. Which of the following has no reference?
- Array
- Pointer
- Reference
- All of these
6. A memory location that is shared by two or more different variables is known as :
- Enumeration
- Union
- Structure
- Class
7. To identify the type of data and associated operations of handling it is known as :
- Data function
- Data type
- Data handing
- None of these
8. Which of the following is not a user-defined derived data type?
- Union
- Structure
- Class
- Function
9. Binary search algorithm uses :
- Divide and conquer method
- Bubble sorting technique
- Linear way to search values
- None of these
Answer
Divide and conquer method