1 |
The functions used for input and output is stored in: |
- A. stdio.h
- B. conio.h
- C. math.h
- D. inout.h
|
2 |
An advantages of partitioning is |
- A. Efficiency
- B. Extra space and update time
- C. Both a & b
- D. None of them
|
3 |
Which of the following format specifiers is used for integer data type? |
|
4 |
Which character signifies the beginning of an escape sequence? |
|
5 |
A factor consider when choosing a file organization is |
- A. Fast data retrieval
- B. Security
- C. Efficient storage
- D. All of them
|
6 |
The header file that contains input and output functions is |
- A. Math.h
- B. Graphic.h
- C. Stdio.h
- D. Conio.h
|
7 |
Which escape sequence can move the cursor at the beginning of current line |
|
8 |
The function getche() is defined in: |
- A. stdio.h
- B. conio.h
- C. string.h
- D. math.h
|
9 |
The escape sequence for backslash is: |
|
10 |
The statement printf ("%-10d",n) will display the value of n: |
- A. Right justified in ten-character space
- B. Left justified in ten-character space
- C. Center-justified in ten-character space
- D. None of these
|