File Input/Output in C
File Input/Output in C : Often it is not enough to just display the data on the screen. this is because if the data is large, only a limited amount of it can be stored in memory and only a limited amount of it can be displayed on the screen. It would be inappropriate to …