Latest C++ Aptitude Question SOLUTION: What will be the output of following program? { int i=0; switch(i) { case 0: i++; printf("%d..",i); case 1: printf(