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
program for reversing a selected line word by word when multiple lines are given without using strrev
What is clrscr ()?
What does %c mean in c?
Can include files be nested?
Is it possible to execute code even after the program exits the main() function?
Do pointers need to be initialized?
Can a function argument have default value?
Write a program to swap two numbers without using third variable?
What is data structure in c language?
What is an operator?
What is meant by keywords in c?
What is the right type to use for boolean values in c?
Explain how many levels deep can include files be nested?
Can a pointer be static?
Why is C language being considered a middle level language?