Contents

Which of the following function is used to move the cursor to a specified location?
a) goto ()                                              
b) clscr ()
c) clroel ()                             
d) clear ()

a

Which of the following function is used to display single character on the screen?
a) clrscr ()                             
b) putchar ()
c) clroel ()                             
d) clear ()

b

Which of the following function is used get string input from keyboard?
a) gets ()                                               
b) putchar ()
c) clroel ()                             
d) clear ()

a

Which of the following function is used to display string on the screen?
a) clrscr ()                             
b) puts ()
c) clroel ()                             
d) clear ()

b

Which of the following function is used to find absolute value of function?
a) gets ()                                
b) puts ()
c) abs ()                                 
d) fabs ()

c

Which of the following function is used to find absolute value of floating point number?
a) gets ()                                
b) puts ()
c) abs ()                                 
d) fabs ()

d