In this article, we'll be discussing file handling in c programming, and by the end, you should be able to explain to anyone:
How to create, open, close, read and write files
What are file descriptors
What are the 3 standard file descriptors, what...