| Back to Questions Page |
| |
| Question |
Find Square root(2+Sqrt(2+Sqrt(2........ |
Rank |
Answer Posted By |
|
Question Submitted By :: Alwingp |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Let x be equal to the given expression Squareroot(2+Sqrt
(2+Sqrt(2.............
x=sqrt(2+x)
squaring both sides we get
xsquare=2+x
or
xsquare-x-2=0
which is nothing but a quadratic equation
after solving this you ll get x to be 1 or -2[rejected
because sqrt of some no. cant be negative]
so the answer is 1  |
| Pramod R Prakash |
| |
| |
| Question |
write a program to flip the 2nd bit of the 32 bit number
|
Rank |
Answer Posted By |
|
Question Submitted By :: Akkahnda |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | {
x = x^2;
}
:-)  |
| Mona |
| |
| |
| Question |
what do mean by object oriented programming |
Rank |
Answer Posted By |
|
Question Submitted By :: Dslgfsg |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | its teh programming with definition nof both the datatypes
and functions  |
| Dslgfsg |
| |
| |
|
|
| |
| Answer | Object Oriented Programing is a programming based on the concept objects and using them appropriately.  |
| Sneha |
| |
| |
| Question |
int x=10,y=6 so guess output of x++/y |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
| This Interview Question Asked @ Satyam |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 10/6=1  |
| Suja |
| |
| |
| Answer | 10/6=1.66666666666666666666666666666666666666666666666666666  |
| Qdb |
| |
| |
|
| |
|
Back to Questions Page |