Originally posted by Saket Barve:
You are given adequate supplies of paper, pencil and the like before you begin the test. You are free to ask for more, before or during the course of your test.
Saket
Originally posted by Jayashree Mohan:
See this...
int i = 4*6-3/2<<2*5>>>1%2-4^3;
According to me, arithmetic operations preceed over binary shift operators , taking this into account, the answer to i is 0 but when I run , I get an answer 3.
This is how I evaluated.
int i = ((4*6)-(3/2))<<2*5>>>((1%2)-(4^3))
int i = 23<<10>>>-2
int i = 23552>>>-2
int i = 0
Now, what is wrong ???
Originally posted by Alistair Burrowes:
Actually there is a drag and drop question in one of the whizlabs exams which has 23 blanks. Hopefully the real exam isn't so bad.
Well, that makes it harder![]()