Vidyalelo
C Programming · Q48

File Input Output

Programming · C Programming · question 48

Q48

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

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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board