i am having trouble with this c language code:
char st[2]; printf(\"enter first value:\"); scanf(\"%c\", &st[0]); printf(\"enter second value:\");
Well it did. The character(s) produced by the ENTER key is present in the buffer already.