Latest C Aptitude Question SOLUTION: int main() { int x=0xffff; x=x<>3; printf("%x",x); }

15 : 38 : 20