the program will ask the user if he wants to edit the existing info. in the "printf", but if he edit it, the details he typed will store in a .TXT file,
for ex.:
#include<stdio.h>
main()
{
printf("I am .R.");
/*then the program will ask if the user wants to edit the details in "printf", if the user want it, then the program wil provide a .txt file, that will be the database of the program where the details will be stored if the user edited the "printf".*/
I JUST NEED A SAMPLE CODE SO THAT I COULD ANALYZE IT. TNX!!!