Contents

The code inside the function can be called repeatedly in the program is called….
a) code reusability      
b) updating code
c) readability and understandability
d) all of these

a

Where does the execution of program start?
a) user-define function 
b) main function
c) void main                
d) else function

b

Functions in C++ helps the programmer to manage the ……… of a large program.
a) code                        
b) declaration
c) statement                 
d) variable

a

Function Signature


A function signature consists of function…….
a) name                       
b) parameters
c) prototype               
d) all of these

c

The word “prototype” means…….
a) declaration             
b) calling
c) definition                
d) none of these

a