The following code is the basic implementation of the if - else conditional statements -
if - else
#include <stdio.h> #include <stdlib.h> int x; int main() { if(x) printf("hi"); else printf("how r u \n"); return 0; }
Aucun commentaire:
Enregistrer un commentaire