Latest TCS Aptitude Question SOLUTION: Predict the output of following code: main() { if(1) // True always printf(“hai”); else printf(“hello”); } 1. Error 2. hai 3. hello 4. No output