1 |
Escape sequences are used in printf function inside the: |
- A. "and"
- B. 'and'
- C. :and:
- D. ,and;
|
2 |
Which operator performs division of left operand by the right operand and returns the remainder value after division ? |
|
3 |
In which function character entered by user does not get displayed on screen ? |
- A. getch()
- B. <div><br></div><div>count</div>
- C. string
- D. printf
|
4 |
Which of the following tells about which operations should be performed first ? |
- A. precedence
- B. rule
- C. sequence
- D. random
|
5 |
Which operators compare two values to determine the relationship between values ? |
- A. assignment
- B. arithmetic
- C. logical
- D. relation
|
6 |
Which operators require two operands to perform the operations ? |
- A. unary
- B. binary
- C. ternary
- D. all of these
|
7 |
Which is used to display data in specific format ? |
- A. read
- B. data
- C. specifiers
- D. format specifiers
|
8 |
scanf is a __________ in C programming language: |
- A. keyboard
- B. library
- C. function
- D. none of them
|
9 |
In C language which operator is used to check for equality of two expression ? |
|
10 |
Which operators are applied over one operand only ? |
- A. unary
- B. binary
- C. ternary
- D. all of these
|