Contents

Which of the following function is used to find base 10 logarithm of floating point value?
a) cos () 
b) sin ()  
c) tan () 
d) log10 ()

d

Which of the following function is used to find reminder by dividing two floating points?
a) cos () 
b) sin ()  
c) fmod ()             
d) log ()

c

Which of the following function is used to test integer value of character and return non-zero?
a) isxxxx ()                          
b) isdigit ()
c) toascii ()                           
d) tolower ()

a

Which of the following function is used convert a character to an ASCII code?
a) isxxxx ()                           
b) isdigit ()
c) toascii ()                           
d) tolower ()

c

Which of the following function is used to covert character to lower case?
a) isxxxx ()                           
b) isdigit ()
c) toascii ()                           
d) tolower ()

d

Which of the following function is used to covert character to lower case?
a) isxxxx ()                           
b) isdigit ()
c) toupper ()                        
d) tolower ()

c