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