sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2;
Find the value of x?
Answer Posted / rukmanee
the value of x=1
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What are the 5 types of organizational structures?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is c variable?
What are the primitive data types in c?
What is unsigned int in c?
Did c have any year 2000 problems?
What is wrong in this statement?
When should a type cast not be used?
What is meant by 'bit masking'?
Explain the advantages and disadvantages of macros.
What is the benefit of using const for declaring constants?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
why programs in c are running with out #include
What is static memory allocation?