I need to do something like the following:
int main(void) { char a,b,cstring; printf(\"please enter something\"); scanf(\"%c %c\",&a,&b); prinf(\"th
You could just use fflush(stdin) after using scanf which clears the issue