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
Can you add pointers together? Why would you?
Which is best book for data structures in c?
What is typedef struct in c?
What is c mainly used for?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
cavium networks written test pattern ..
What are derived data types in c?
What are the storage classes in C?
How do c compilers work?
What's the total generic pointer type?
How can I automatically locate a programs configuration files in the same directory as the executable?
What does it mean when a pointer is used in an if statement?
while initialization of array why we use a[][2] why not a[2][]...?
What is the use of bitwise operator?
How can I send mail from within a c program?