Contents

…function is used to print string on screen.
a) getch                                 

b) getche
c) puts                                   

d) none of these

c

How many types of input function are used in c?
a) four                                   

b) five
c) six                                     

d) seven

c

Which function is requires pressing the Enter key after pressing a character?
a) getch()                              

b) puts
c) getchar()                                          

d) clrscr ()

c

Which function reads an entire string until user presses enter key?
a) getch()                                              

b) gets()
c) getchar()                                           

d) clrscr ()

b

In C language, program statement ends with.
a) colon                                

b) semicolon
c) comma                                             

d) stop

b

Which of the following is character format specifier?
a) %c                                    

b) %b
c) %d                                     

d) %n

a