Latest TCS Aptitude Question SOLUTION: Predict the output of following code: main() { if(5,4,3,2,1,​ 0 ​ ) // Last value of list is considered printf(“True”); else printf(“False”); } 1. True 2. False 3. True