Hi Folks
I need to modify a .txt file using a C program. The file contains name and phone number of my friends like below:
Mark 07915588623
Phill 07542535698
Claire 07825698745
...
...
.
.
...
If one of my friends phone number is changed (i.e. Claire 07985413791), how could I modify the file ucsing C codes?