Contents

The first line of function definition is known as……..
a) function header             
b) function body
c) arguments                        
d) none of these

a

The statement that activates a function is known as……..
a) function call   
b) function output
c) invoking function
d) none of these

a

A function that does not return a value has the return type……
a) null                                    
b) void
c) nothing                             
d) valid

b

Parameters used in the function header of a function definition are called……
a) formal parameters                      
b) default parameters
c) actual parameters          
d) command line parameters

a

Parameters with function call statement are called…..
a) formal parameters
b) default parameters
c) actual parameters        
d) command line parameters

c

What happen when function is called…..
a) control moves to function            
b) statement in the function body
c) control return  
d) all of these

d