What is output of code? #include #include void main() { if(1,0) printf("True"); else printf("False"); getch(); }16/25 What is output of code? #include #include void main() { if(1,0) printf("True"); else printf("False"); getch(); }TrueFalseComplier errorGiải thíchChọn B.