Hi ,
I am new to C programming and have a question on the following. I have to write a program which must accept a single character as input and echo that character before the enter key is pressed. The programming environment is GNU. The execution must end once ctrl D is pressed.I was not able to use getchar putchar to solve this. Can somebody help me out??
tnexpress