Saved Bookmarks
| 1. |
Write the function of fprintf and fscanf |
|
Answer» fprintf () function writes formatted data to a file. fscanf () function reads formatted data from a file. |
|