_____removes the named file, so that a subsequent attempt to open it will fail.
Posted: Wed Jul 13, 2022 7:54 pm
a) remove(const *filename)
b) remove(filename)
c) remove()
d) fclose(filename)
b) remove(filename)
c) remove()
d) fclose(filename)