Thread
:
source code of scanf
View Single Post
shabbir
Go4Expert Founder
31Jan2008,08:08
Code:
char c; do { c=getchar(); putchar (c); } while (c != '\n');