1 |
Which operator performs division of left operand by the right operand and returns the remainder value after division ? |
|
2 |
All of arithmetic operators, relational operators and logical operators && and || are: |
- A. unary operators
- B. binaryoperators
- C. ternaryoperators
- D. all of these
|
3 |
Which escape sequence specifies the I/O function of moving to the next tab stop horizontally ? |
|
4 |
Which operator accepts Boolean expression and returns true if at least one of the operands is true ? |
|
5 |
Which is identifier for compiler to identity the end of a line ? |
|
6 |
Escape sequences are used in printf function inside the: |
- A. "and"
- B. 'and'
- C. :and:
- D. ,and;
|
7 |
Which operator returns remainder ? |
- A. modulusoperators
- B. binaryoperators
- C. ternaryoperators
- D. all of these
|
8 |
Which operators are used to perform arithmetic operations on data ? |
- A. assignmentoperator
- B. arithmeticoperator
- C. logicaloperator
- D. relational operators
|
9 |
printf is to used print _________ type of data: |
- A. int
- B. float
- C. char
- D. all of them
|
10 |
Which symbol is used to represent the NOT operator ? |
|