doesn't wait for an Enter to store in a variable. Eg. char c=getch(); NOTE:- * getchar() is a standard function that gets a character from the stdin. Both the other functions are nonstandard. ** Generally those functions are used to store a character in a variable. *** You may...