Latest TCS Aptitude Question SOLUTION: What is the output of the following program: void main() { printf("%d %d %d %d",65,065,0x65,0X65); }