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 c mainly used for?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is hash table in c?
#include
What are categories used for in c?
What are called c variables?
Explain void pointer?
What are local variables c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What are the differences between new and malloc in C?
What are the different data types in C?
Explain how do you print only part of a string?
Explain the ternary tree?
In which layer of the network datastructure format change is done
What is a program?