Latest C Aptitude Question SOLUTION: void main() { int fun(); int i; i=fun(); printf("%d",i); } int fun() { _AX=1234; }