Write a program in "C" to calculate the root of a quadratic
equation ax^2+bx+c=0, where the value of a,b & c are known.
No Answer is Posted For this Question
Be the First to Post Answer
how to set Nth bit of a variable?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What does double pointer mean in c?
What is an arrays?
What is the difference between fread and fwrite function?
Why header files are used?
Why doesn't the code "a[i] = i++;" work?
What is the memory allocated by the following definition ? int (*x)();
What is the role of && operator in a program code?
What are header files in c?
Can we write a program without main() function?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?