write a program to find the roots of the quadratic equation
Answers
Answered by
1
The program output is also shown below.* C program to find out the roots of a quadratic equation.* for non-zero coefficients. In case of errors the program.* should report suitable error message.#include <math.h>{float a, b, c, root1, root2;float realp, imagp, disc;printf("Enter the values of a, b and c \n");
Answered by
0
this is required program
Attachments:
Similar questions