Which function is used to display maximum values of array?
a) display ()
b) fill ()
c) max ()
d) min ()
Which function is used to display minimum values of array?
a) display ()
b) fill ()
c) max ()
d) min ()
A member function that has the same name as class is known as…….
a) constructor
b) destructor
c) member function
d) method
The constructor that has no parameters is called…..
a) default constructor
b) parameterized constructor
c) copy constructor
d) none of these
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
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