Latest interview Aptitude Question SOLUTION: what is the output of the program?? main() { int a=5; float b=5.6; printf("%d, %f\n",b,a); }