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 is the difference between exit() and _exit() function?
Is javascript written in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Can you return null in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Why is c not oop?
Who developed c language?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Explain the use of #pragma exit?
What is difference between constant pointer and constant variable?
What is difference between stdio h and conio h?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
How do you list files in a directory?
What is NULL pointer?
What is the general form of a C program?