Contents

The symbol used for, and operator is.
a) $$                                                      

b) &&
c) ##                                                      

d) @@

b

The symbol used for OR operator is.
a) $$                                      

b) &&
c) ||                                                         

d) @@

c

The symbol used for NOT operator is.
a) !                                                          

b) &&
c) ##                                                      

d) @@

a

Which operator make reverse the result of an input?
a) AND                                 

b) OR
c) NOT                                 

d) NOR

c

The symbol used for equal to operator……..
a) =                                                        

b) ==
c)! =                                                       

d)! ==

b

The operator which works with single operand is called………….
a) unary operator             

b) binary operator
c) ternary operator             

d) none of these

a