Contents

Which f the following is not an arithmetic operator?
a) +                        
b) -                         
c) %                       
d) >

d

The symbol % is also called……
a) relational operator
b) assignment operator
c) Modulus operator
d) Logical operator

c

Which of the following is used for reminder of an integer after division?
a) %      
b) /                         
c) \                         
d) ++

a

What is the output of expression 10%3?
a) 1                        
b) 3                        
c) 8                        
d) 2

a

What is the output of expression 3%5?
a) 3                        
b) 5                        
c) 0                        
d) 2

a

What is the output of expression 0%4?
a) 0                        
b) 4                        
c) 0.4     
d) 40

a