Contents

Which function is used to display maximum values of array?
a) display ()                          
b) fill ()
c) max ()                                               
d) min ()

c

Which function is used to display minimum values of array?
a) display ()                          
b) fill ()
c) max ()                                               
d) min ()

d

A member function that has the same name as class is known as…….
a) constructor     
b) destructor
c) member function           
d) method

a

The constructor that has no parameters is called…..
a) default constructor                                      
b) parameterized constructor
c) copy constructor            
d) none of these

a

The process declaring multiple constructors with same name, but different parameters is called….
a) default constructor                        
b) overloading constructor
c) copy constructor            
d) none of these

b

A type of constructor that is used to initialize an object with other object of same type is known as…..
a) default copy constructor                            
b) parameterized constructor
c) copy constructor            
d) none of these

a