Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, March 18, 2015

What is putc() function ?



  • 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 );
     }

1 comment:

  1. 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