Posts by James_Mulder • 21 points
1 post
-
1
votes0
answers129
viewsQ: scanf and getchar()
why in the second printf I can use only op=getchar(); but in the end I need to use a scanf to realize the question? #include <stdio.h> #include <stdlib.h> #include <ctype.h> int…