You can use ……..to override the order of precedence.
a) Curly braces
b) Parenthesis
c) Third bracket
d) Associativity
……..and..…operators use same symbol.
a) Addition, subtraction
b) Addition, multiplication
c) Multiplication, Division
d) Subtraction, negation
Unary and Binary refer to the number of ……..needed by the operator.
a) Operation
b) Operand
c) Expression
d) Operator
When an expression contains more than one operator with same
priority, then they are evaluated according their ……..
a) Precedence
b) Associativity
c) Binary
d) Unary
The ……..operator is used to divide two integers.
a) Addition
b) Modulus
c) Subtraction
d) Integer division
The ……..operator returns the remainder of the division.
a) Addition
b) Modulus
c) Subtraction
d) Integer division