Posts by André • 11 points
1 post
-
1
votes1
answer5247
viewsQ: Remove text file
I’m having trouble removing a C text file. Soon after using the fclose() function, I use remove() indicating the name of the text file, but the file is not deleted (the remove() function is not…