Revising Quadratic equation

can we use sqrt() function for finding squareroot of discriminant?
what additional header files need to be included in order to do so

yes it is possible to use sqrt to calculate square root of discriminant, you need to include math.h inorder to use sqrt function
example use of sqrt

then what is wrong with my code: https://ide.codingblocks.com/s/237244

you are getting error because you have declared a variable with name sqrt, please remove it.
Corrected code

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.