…function is used to print string on screen.
a) getch
b) getche
c) puts
d) none of these
How many types of input function are used in c?
a) four
b) five
c) six
d) seven
Which function is requires pressing the Enter key after pressing a character?
a) getch()
b) puts
c) getchar()
d) clrscr ()
Which function reads an entire string until user presses enter key?
a) getch()
b) gets()
c) getchar()
d) clrscr ()
In C language, program statement ends with.
a) colon
b) semicolon
c) comma
d) stop
Which of the following is character format specifier?
a) %c
b) %b
c) %d
d) %n