write a program to find out roots of quadratic equation
"x=-b+-(b^2-4ac0^-1/2/2a"
Answers were Sorted based on User's Feedback
Answer / moolshankershukla
this quadratic equation is not well formet . this is wrong
formet.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / sanjay kumar
this quadratic equation is well formet . this is wrong
formet.
| Is This Answer Correct ? | 3 Yes | 1 No |
can u give me the c codings for converting a string into the hexa decimal form......
Write a Program that Inputs 10 Numbers in an Array and Show the Maximum Number
plz send me all data structure related programs
How do you write a program which produces its own source code as its output?
void main() { static int i=5; if(--i){ main(); printf("%d ",i); } }
write a c program to Reverse a given string using string function and also without string function
What is full form of PEPSI
Write a C program to add two numbers before the main function is called.
how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!
main() { if (!(1&&0)) { printf("OK I am done."); } else { printf("OK I am gone."); } } a. OK I am done b. OK I am gone c. compile error d. none of the above
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like.
21 Answers ABC, eBay, Goldman Sachs, Google, HUP, Microsoft, TATA,
What is the main difference between STRUCTURE and UNION?