dimanche 5 mars 2017

Using undefined macro in #if directive

int main(){
int a=0;
#if (a==0)
     printf("Equal");
#else if
     printf("Not equal");
#endif
return 0;
}

How #if expression is treated by preprocessor???

Aucun commentaire:

Enregistrer un commentaire