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
What does the format %10.2 mean when included in a printf statement?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
How does variable declaration affect memory?
Describe the steps to insert data into a singly linked list.
How does memset() work in C?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What will be your course of action for a push operation?
write a program to concatenation the string using switch case?
What is the exact difference between '\0' and ""
Why c is called top down?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.