SyntaxFix
Write A Post
Hire A Developer
Questions
int c; while((c = getchar())!= 10) { if( getchar() == EOF ) break; printf(" %d\n", c); }