Latest C Aptitude Question SOLUTION: void main() { int i=5; printf("%d%d",i*2,i++); getch(); } what will be the output: