Top IIT JEE Interview Questions :: ALLInterview.com http://www.allinterview.com Top IIT JEE Interview Questions en-us what do mean by object oriented programming http://www.allinterview.com/showanswers/60048.html its teh programming with definition nof both the datatypes and functions int x=10,y=6 so guess output of x++/y http://www.allinterview.com/showanswers/59634.html 10/6=1 write a program to flip the 2nd bit of the 32 bit number http://www.allinterview.com/showanswers/61508.html { x = x^2; } :-) Find Square root(2+Sqrt(2+Sqrt(2........ http://www.allinterview.com/showanswers/74853.html 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[reject