int main () { int c; if (c != c++) printf ("C'est vrai !\n"); else printf ("C'est faux !\n"); exit (0); }