- putc() is used to writes a
character to a file.
- It writes the character one by one
that is one character at a time.
- The file pointer moves by one
character position for every operation of putc().
Ex:
While
(( c = getchar ( fp )) != EOF )
{
putc
( c, fp );
}
Very great post. I simply stumbled upon your blog and wanted to say that I have really enjoyed browsing your weblog posts. After all I’ll be subscribing on your feed and I am hoping you write again very soon!
ReplyDelete