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 is new line escape sequence?
Explain the difference between malloc() and calloc() function?
what is the diffrenet bettwen HTTP and internet protocol
How do I copy files?
Why is C language being considered a middle level language?
In C language, a variable name cannot contain?
What is the use of a semicolon (;) at the end of every program statement?
What is bubble sort technique in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Explain argument and its types.
How is actual parameter different from the formal parameter?
What is pointer to pointer in c with example?
What are different types of operators?
What is the purpose of scanf() and printf() functions?