- This topic has 2 replies, 3 voices, and was last updated 3 years, 12 months ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- The forum ‘C Programming’ is closed to new topics and replies.
Home › Forums › C Programming › How can we know whether a file is read or not using c programming
Tagged: C, File, Programming
how can we know whether a particular file is read or not using c programming.
for an example:
the file name = abcd.txt
the status of the file should be 0 if the person has not opened it and it should be changed to 1 after any one reads it
how can we do this
thank you. I find C programming very difficult. Your documentation has helped me a lot.