Contents

A function cannot be defined inside…….
a) class                                  
b) another function
c) program                           
d) none of these

b

A directive that is used to include other files, such as function declaration is called…..
a) import directive              
b) include directive
c) stdio directive  
d) none of these

b

A function that is called by itself either directly or indirectly is called……
a) super function 
b) recursive function
c) main function 
d) all of these

b