Contents

In C++ language char Ch=’3’ represents…………
a) integer constant                   
b) digit
c) character constant 
d) word

c

Which of the following is the example of compound expression?
a) (m>3) ||(j>0)            
b) (age<30) &&(height>5)
c) ((b*b)-4*a*c)>0      
d) all of these

d