1 |
The escape sequence for backslash is: |
|
2 |
As ampersand before the name of a variable denotes: |
- A. Actual value
- B. Variable name
- C. Address
- D. Data type
|
3 |
getch() stands for: |
- A. Go character
- B. Get character
- C. Give character
- D. All
|
4 |
Format specifier is started with symbol: |
|
5 |
Which of the following format specifiers is used for integer data type? |
|
6 |
The functions used for input and output is stored in: |
- A. stdio.h
- B. conio.h
- C. math.h
- D. inout.h
|
7 |
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
|
8 |
Which character signifies the beginning of an escape sequence? |
|
9 |
Which function is used to input data in C program? |
- A. scanf
- B. getch()
- C. gets()
- D. All
|
10 |
Which of the following is not a valid escape code? |
|