what actually happens in if statement here?
#include <stdio.h> int x; void main() { if (x) printf("hi"); else printf("how are u"); }
Aucun commentaire:
Enregistrer un commentaire