Contents

The process of sending an argument to a function is called…..
a) sending                             
b) filtering
c) delivering                         
d) passing

d

The function definition consists of……
a) function header              
b) function body
c) both a & b                       
d) none of these

c

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