Programming Tutorials

Comment on Tutorial - fgets(), fputs() - Line Input and Output - sample program in C By Reema sen



Comment Added by : GD

Comment Added at : 2012-07-14 12:47:27

Comment on Tutorial : fgets(), fputs() - Line Input and Output - sample program in C By Reema sen
/*for (i=0; i<lim-1 && (c=getchar())!=EOF && c!='\n'; ++i)
s[i] = c;*/
how to write this loop without using && and ||
please reply fast.........


View Tutorial