1. Y=10; if( Y++>9 && Y++!=10 && Y++>10) printf("........ Y); else printf("".... ) Ans : 13 2. f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error d) ........ Ans : a 3 . if x is even, then (x%2)=0 x &1 !=1 x! ( some stuff is there) a)only two are correct b) three are correct c), d) .... Ans : all are correct