Week 6 Group Lab Exercises
Week 6 Group Lab Exercises
(i) Using user defined function , write a C++ program for multiplying two numbers using the
concept of call by reference
(ii) Using user defined functions , write a C++ program for computing largest of two
numbers using the concept of call by reference
(iii) Using user defined functions write a C++ program for computing real roots of quadratic
equation using call by reference
(iv) Using user defined function, write a C++ program for computing area of a triangle using
hero’s formula using call by reference.