#include <stdio.h> void main() { int x = 0; if (x = 0 || x++) printf("%d\n", x); printf("%d\n", x); }