Write a program in C to calculate the roots of the quadratic equation and the nature of roots using if-else.
The nature of the roots of an equation is defined as it’s nature of containing real solutions or not.
Read moreWAP in C to calculate the roots of quadratic equation and their nature using if else