|
|
От: |
King Oleg
|
http://kingoleg.livejournal.com |
| Дата: | 22.02.05 12:57 | ||
| Оценка: | |||
А>#include <stdio.h>
А>void main()
А>{
А> int x = 0;
А> if (x = 0 || x++)
А> printf("%d\n", x);
А> printf("%d\n", x);
А>}
А>