Latest C Aptitude Question SOLUTION: #include void main() { int a=3,b=6,c=8; printf("%d %d %d"); getch(); } the output is 8 6 3 HOW?