I want to know the flow of following if condition:
if
void main() { int num=10; if(num < (12 && 14)) cout<<"Print 1"; else cout<<"Print 2"; getch(); }
Aucun commentaire:
Enregistrer un commentaire