1 |
Which of the following tells about which operations should be performed first ? |
- A. precedence
- B. rule
- C. sequence
- D. random
|
2 |
Which operator takes two Boolean expression as operands and produces the result true if both of its operands are true ? |
|
3 |
In escape sequence first character is always __________ and the second character varies according to the functionality that we want to achieve: |
- A. back slash (\)
- B. /
- C. ?
- D. :
|
4 |
Which operator assigns the result of expression on right side to the variable on left side ? |
|
5 |
Which operator negates or reverses the value of Boolean expression ? |
|
6 |
Which operators are used to perform arithmetic operations on data ? |
- A. assignmentoperator
- B. arithmeticoperator
- C. logicaloperator
- D. relational operators
|
7 |
Which operator returns remainder ? |
- A. modulusoperators
- B. binaryoperators
- C. ternaryoperators
- D. all of these
|
8 |
Which of the following is not a type of operator ? |
- A. arithmetic operator
- B. checkoperator
- C. relationaloperator
- D. logicaloperator
|
9 |
Which of the following is escape sequence ? |
- A. \n
- B. \t
- C. \a
- D. all of these
|
10 |
Which operator is used to multiply two values ? |
|