sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2;
Find the value of x?
Answer Posted / chandan
Here x will be 2.028530
only then the exact value of
the given expression will be 2.
Because if we pass int value &
it will handle like float value
otherwise its o/p will be 0.So
here we have to use %f in the
printf statement to get actual
value of given expression.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What language is lisp written in?
Hai what is the different types of versions and their differences
What is the deal on sprintf_s return value?
How can I implement sets or arrays of bits?
How to get string length of given string in c?
What are the different types of errors?
Explain the Difference between the New and Malloc keyword.
what is the function of pragma directive in c?
What are lookup tables in c?
Write a program to check whether a number is prime or not using c?
What is context in c?
What is size of union in c?
Explain what are header files and explain what are its uses in c programming?
When should you not use a type cast?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3