Latest Inrhythm Aptitude Question SOLUTION: main() { int a=10; printf ("%d%d%d",a,a++,++a); } output of this program