Posts by RUBEM ALVES FIGUEREDO • 1 point
1 post
-
0
votes2
answers1848
viewsA: Recognize enter key in C
Why don’t you do it like this: while ( scanf("%...",&...) != EOF ) { ...... ...... ...... }
1 post
0
votes2
answers1848
viewsWhy don’t you do it like this: while ( scanf("%...",&...) != EOF ) { ...... ...... ...... }