Διαφάνεια PPT
#include <stdio.h>
int main()
{
char s[1000];
while ( scanf("%s", s) == 1 )
printf("%s\n", s );
return(0);
}
# ./a.out
This is a test
This
is
a
test
This is not a test but ...
This
is
not
a
test
but
...
Προηγούμενη διαφάνεια
Επόμενη διαφάνεια
Μετάβαση στην πρώτη διαφάνεια
Προβολή έκδοσης γραφικών