Contents

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

Which of the following is used by a function to receive values?
a) function                           
b) parameter
c) expression                        
d) constant

b

Which of the following is incorrect?
a) function can call another function
b) function can be called many times
c) function can be return values      
d) function must have at least one value

d

Which keyword is used by a function to return value?
a) function                           
b) return
c) call                                    
d) back

b

The scope of a variable refers to…..
a) length of variable           
b) name of variable
c) accessibility of variable
d) data type of variable

c