1 |
printf is to used print _________ type of data: |
- A. int
- B. float
- C. char
- D. all of them
|
2 |
Which operator negates or reverses the value of Boolean expression ? |
|
3 |
Which is identifier for compiler to identity the end of a line ? |
|
4 |
Which of the following is escape sequence ? |
- A. \n
- B. \t
- C. \a
- D. all of these
|
5 |
scanf is a __________ in C programming language: |
- A. keyboard
- B. library
- C. function
- D. none of them
|
6 |
Which operators require two operands to perform the operations ? |
- A. unary
- B. binary
- C. ternary
- D. all of these
|
7 |
The name, computer suggests that _________ is the most important aspect of computers: |
- A. computation
- B. working
- C. location
- D. math
|
8 |
Which function used to read a character from user ? |
- A. printf
- B. getch()
- C. count
- D. string
|
9 |
Escape sequences consists of ________ characters: |
- A. two
- B. three
- C. four
- D. five
|
10 |
Which format specifier is used for character data type ? |
|