C Programming – Other commonly used functions when dealing with files
We have discussed some of the buffered and un-buffered functions those are dealing with file management in ‘C’. In this article, we are going to discuss couple of other ‘C’ functions used for file management. Like fseek function we have lseek function which is helpful to navigate within the file. lseek function will be used […]