Computer Science
Related Questions
What will be the value of the expression?
14 + 13 % 15- 14
- 27
- 12
- 0
Evaluate the expression given below if A = 16 and B = 15.
A % B // A- 0.0
- 0
- 1.0
- 1
The expression 8/4/2 will evaluate equivalent to which of the following expressions:
- 8/(4/2)
- (8/4)/2
Which among the following list of operators has the highest precedence?
+, -, **, %, /, <<, >>, |
- <<, >>
- **
- I
- %