Latest SELF Aptitude Question SOLUTION: What will be the output main() { int i; i = 10; if(i == 20 || 30) { printf("True"); } else { printf("False"); } }