Latest TCS Aptitude Question SOLUTION: Predict the output of following code: main() { int x=10,y=-10; printf(“%x t”,x<>2); } 1. 28 fffd 2. 40 -3 3. Error 4. 0,1