#include int main() { int c; while ((c = getchar()) != EOF) { printf("Значение EOF\n",EOF); putchar(c); } return 0; }