C Examples Quadratic Roots
π
2026-06-20 | π C
# C Programming Example - Quadratic Equation
[ C Programming Example](#)
Find the roots of the quadratic equation: **axΒ² + bx + c = 0**.
Input three real numbers a, b, c, where a is not equal to 0.
## Example
#include#include