@@ -0,0 +1,17 @@
/* Bedingte Anweisung */
/* bedanw2.c */
#include <stdio.h>
#include <stdlib.h>
int main ()
{
int var;
var = (puts ("Hier bin ich!") == EOF);
if (var)
exit (1);
return 0;
}
The note is not visible to the blocked user.