Contents

Another name for built-in function is…
a) user-define function
b) library function
c) custom-made function 
d) both a & b

b

The predefined function that are part of C++ language are called…….
a) built-in function             
b) library function
c) user-define function 
d) both a& b

d

Function prototype for built-in functions is specified in……..
a) source file                        
b) header file
c) object file                         
d) image file

b

The pow () and sqrt () are examples of…
a) built-in functions
b) user-define functions
c) local functions
d) keywords

a

….. is a collection of data items of the same type placed in contiguous memory locations is called.
a) array data structure
b) stack data structure
c) link list data structure                    
d) tree data structure

a

How many types of array data structure?
a) one                                    
b) two
c) three                                  
d) four

b

Explanation: one dimensional array, two-dimensional array