c data type tutorial

                   Best tutorials of data type in Programming language
(2)  Data type
       Data type part 2

1 comment:

Anonymous said...

In the followinf code:
while()
{
fgets(buf,MAXLINE,infp)
fputs(buf,outfp)
}

it copies the latline of infp

1. Once.
2. Twice.
3. Goes into an infinite loop.
4. Dosen't reach to lat line.

Here what is the buf and MAXLINE.
Plz Explain