Latest C Aptitude Question SOLUTION: int i=3,j=2,k=0,m; m = ++i && ++j || ++k; printf(“%d %d %d %d”, i , j, k,m);