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