Contents

Which format specifier is used for float?
a) %d                                    

b) %f
c) %s                                     

d) %c

b

Which format specifier is used for string?
a) %d                                    

b) %f
c) %s                                     

d) %c

c

Which format specifier is used for integer?
a) %d                                    

b) %f
c) %s                                     

d) %c                                                  

a

Which escape sequence is used for print tab?
a) \n                                                       

b) \t
c) \tab                                   

d) \p

b

Operators are the……. that are used to perform certain operations on data.
a) symbols                                           

b) notations
c) keywords                                         

d) none of these

a

…….is a symbol that perform mathematical operation on data.
a) logic operator  

b) arithmetic operator
c) assignment operator      

d) none of these

b