Latest TCS Aptitude Question SOLUTION: Predict the output of following code: main() { int a=2; switch(a) { case 1: printf(“one”); case 2: printf(“Two”); // Executable code ; No break statement case 3: printf(“