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


Please Help Members By Posting Answers For Below Questions

What is the meaning of ?

609


What is static memory allocation? Explain

627


What is the difference between far and near in c?

599


What is an lvalue in c?

690


What is the use of a ‘’ character?

582






what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2000


Define VARIABLE?

684


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1368


What is 'bus error'?

641


What is a pointer and how it is initialized?

605


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

801


What does it mean when a pointer is used in an if statement?

598


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1259


What is #define?

571


What standard functions are available to manipulate strings?

558