Contents

Which type of function is included in header file<stdio.h>?
a) Standard library I/O function  
b) Mathematical function
c) To convert string            
d) To work with the string

a

Which type of function is included in header file<string.h>?
a) To convert string                                            
b) Mathematical function
c) String manipulation function    
d) To work with the string

c

Which type of function is included in header file?
a) To convert string                                            
b) Mathematical function
c) String manipulation function       
d) Time manipulation function

d

With the help of what the data is passed on to called function from calling function?
a) String                                                
b) Integer
c) Character                         
d) 
Argument

d

Choose correct statement about Functions in C Language.
a) A Function is a group of c statements which can be reused any number of times
b) Every Function has a return type
c) Every Function may no may not return a value                                      
d) All the above

d

A function which calls itself is called a …….function.

a) Self Function
b) Auto Function
c) Recursive Function
d) Static Function

c