Contents

You can use ……..to override the order of precedence.
a) Curly braces    
b) Parenthesis
c) Third bracket  
d) Associativity

b

……..and..…operators use same symbol.
a) Addition, subtraction
b) Addition, multiplication
c) Multiplication, Division
d) Subtraction, negation

d

Unary and Binary refer to the number of  ……..needed by the operator.
a) Operation                        
b) Operand
c) Expression                       
d) Operator

b

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

b

The ……..operator is used to divide two integers.
a) Addition                           
b) Modulus
c) Subtraction                      
d) Integer division

d

The ……..operator returns the remainder of the division.
a) Addition                           
b) Modulus
c) Subtraction                      
d) Integer division

b