Latest TCS Aptitude Question SOLUTION: Predict the output of this code snippet? #include int main() { int i = 3; switch (i) { case 0+1: printf(“Cyber”); break; case 1+2: printf(“Tecz”)