C program to delete a file
C program to delete a file C program to delete a file whose name (with extension) a user will input. The file must be present in the directory in which the executable of this program is present. Macro “remove” is used to delete the file. If there is an error in deleting the file,…
Read more