Contents

The data which is given to computer is called.
a) input                                 

b) output
c) program                                           

d) none of these

a

How many types of output function used in C?
a) one                                    

b) two
c) three                                 

d) four

c

(print (), puts (), cout)



How many parts of an output function?
a) two                                    

b) three
c) four                                   

d) five

b

(escape sequence, format specifier, variables)



How many types of format specifier are used in C program?
a) one                                    

b) two
c) three                                  

d) four

d

( integer, float, string, character)



\n is used for which purpose in c program.
a) print new line 

b) print existing line
c) print tab                                           
d) none of these


a

Which function is used for clear screen?
a) getch ()                                             

b) clrscr ()
c) print f()                                             

d) scan f ()

b