fgetc in c
fputc in c

fgetc in c

If you want to know more on fgetc in c then read this blog post. What is fgetc in c programming? fgetc is a function which is used to obtain…

Continue Reading fgetc in c
ftell in c
ftell in c programming lanaguage

ftell in c

If you want to know more on ftell in c then read this blog post. What is ftell in c ftell in c is used to get total size of…

Continue Reading ftell in c

puts in c

What is puts in c programming? puts is an output function which writes unformatted data to stdout. puts is found in stdio header file. Data is writen to standard output…

Continue Reading puts in c

gets in c

In this post you will know everything about gets in c that every c programmer should know. If you dont know about input output in c then read this article.…

Continue Reading gets in c