1.

_____removes the named file, so that a subsequent attempt to open it will fail.

A. remove(const *filename)
B. remove(filename)
C. remove()
D. fclose(filename)
Answer» B. remove(filename)


Discussion

No Comment Found