Latest SELF Aptitude Question SOLUTION: What will be the output main() { if(1,0) { printf("True"); } else { printf("False"); } }