Contents

The data type specifier of the data returned the function is called….
a) type                        
b) name
c) parameter                
d) all of these

a

The identifier by which function will be called….
a) type                         
b) name
c) parameter                
d) all of these

b

Which of the following is not the built-In function?
a) sqrt ()                                  
b) exp ()
c) time ()                     
d) sin ()

c

The variables that receive arguments is called…….
a) type                         
b) name
c) parameter              
d) all of these

c



The block of code that is surrounded by braces is called……
a) type                         
b) name
c) parameter                
d) statements

d

Which of the following are advantages of functions?
a) code reusability                   
b) updating code
c) readability and understandability
d) all of these

d