Latest Others Aptitude Question SOLUTION: #include #include void main() { int j=5; int i; i=(j++,j++); printf("%d",i); getch(); }