

InterviewSolution
Saved Bookmarks
1. |
Data written into a file using can be read back using |
Answer» fwrite() - Unformatted write in to a file. fscanf() - Formatted read from a file. | |