1 |
Which operator takes two Boolean expression as operands and produces the result true if both of its operands are true ? |
|
2 |
Which of the following is called escape character which is associated with each escape sequence to notify about escape ? |
- A. back slash (\)
- B. /
- C. ?
- D. :
|
3 |
Which of the following tells about which operations should be performed first ? |
- A. precedence
- B. rule
- C. sequence
- D. random
|
4 |
A tab stop is collection of _________ spaces: |
|
5 |
Which function used to read a character from user ? |
- A. printf
- B. getch()
- C. count
- D. string
|
6 |
Format specifier is always preceded by: |
|
7 |
Which operators require two operands to perform the operations ? |
- A. unary
- B. binary
- C. ternary
- D. all of these
|
8 |
Which operators compare two values to determine the relationship between values ? |
- A. assignment
- B. arithmetic
- C. logical
- D. relation
|
9 |
The name, computer suggests that _________ is the most important aspect of computers: |
- A. computation
- B. working
- C. location
- D. math
|
10 |
Which escape sequence is used to print the output on multiple lines ? |
|