mardi 29 janvier 2019

If loop without a boolen condition in c

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