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
How to implement a packet in C
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's the right way to use errno?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
What are pointers?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What are structure types in C?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Describe static function with its usage?
#include
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
How many types of functions are there in c?
Can the curly brackets { } be used to enclose a single line of code?
what is the difference between class and unio?