TheV
Member • Sep 5, 2011
Please explain the evalution of this expression...!
int i=2;
int j=4;
int k=i++>j&2;
What is the value in k...???
int j=4;
int k=i++>j&2;
What is the value in k...???