Write an algorithm and then develop a program to evaluate the roots of a quadratic equation.

6. Write an algorithm and then develop a program to evaluate the roots of a quadratic
equation. Define and use a function cal_roots() to calculate the roots such that roots are
also available in calling function i.e. use pointers.


Leave a Reply