Contents

Introduction:


The small segment of codes that perform some specific tasks is called……
a) modules                  
b) procedures
c) both a & b               
d) none of these


When are a set of related statements grouped together to accomplish a specific task is called?
a) module                    
b) procedure
c) function                  
d) task


How many types of functions in C++ programming language?
a) one  
b) two 
c) three
d) four


The predefined functions used for some common operations is called…
a) user-define functions            
b) built-in functions
c) specific function      
d) none of these


Which of the followings are C++ built-in functions?
a) algebraic function    
b) trigonometry function
c) text and graphic function      
d) all of these