To point to and manage a file stream in C, simply use an internal data structure called FILE. Pointers of type FILE are created just like any other variable, as the next program demonstrates.
To point to and manage a file stream in C, simply use an internal data structure called FILE. Pointers of type FILE are created just like any other variable, as the next program demonstrates.