Contents

Which of the following manipulator is used to display the value of expression in specified column?
a) endl                                   
b) setprecision
c) setfill                                 
d) setw

d

Which of the following manipulator is used set the number of digits to be displayed after decimal points?
a) endl                                   
b) setprecision
c) setfill                                 
d) setw

b

Which of the following manipulator is used to further control the output of floating point?
a) endl                                   
b) setprecision
c) fixed                                 
d) setw

c

Which of the following manipulator is used floating point number is not used?
a) show point                      
b) setprecision
c) setfill                                 
d) setw

a