Write a C program for writing data into a file, then read and display the details from a text file.
The program uses to user defined functions:
i. writeData ( ) – requests personal user details – E.g Names. Contact etc. and write them
to a text file
ii. readData ( ) – read the data from the text file the display them
NB: The program should have error handling mechanism to inform the user if an operation was
not successful
Comments
Leave a comment