1. float eq (float a, float b, float c) //eq-> second degree equation 2. 3. { 4. float delta; 5. 6. printf ("Following the general form of a s