1 |
Which of the following is NOT legal element of control string in printf statement? |
- A. Ordinary characters
- B. Escape sequence
- C. Format specifier
- D. Variables
|
2 |
The function getche() is defined in: |
- A. stdio.h
- B. conio.h
- C. string.h
- D. math.h
|
3 |
Which of the following things are determined by format specifier? |
- A. Data type
- B. Field width
- C. Format of the value
- D. All of these
|
4 |
Organizing the database in computer disk storage is done in |
- A. Logical design
- B. Physical design
- C. Analysis
- D. Implementation
|
5 |
Which of the following format specifiers is used for string? |
|
6 |
The header file that contains input and output functions is |
- A. Math.h
- B. Graphic.h
- C. Stdio.h
- D. Conio.h
|
7 |
A disadvantages of partitioning is |
- A. Simplicity
- B. Extra space and update time
- C. Both a & b
- D. None of them
|
8 |
Which of the following are basic data distribution strategies |
- A. Centralized
- B. Partitioned
- C. Replication
- D. All of them
|
9 |
The format specifier for output are: |
- A. %d for int and %f for float
- B. %c for char
- C. %s for string
- D. All
|
10 |
Which escape sequence can move the cursor at the beginning of current line in C? |
|