Vidyalelo
C Programming · Q203

File Input Output

Programming · C Programming · question 203

Q203

What is the function of FILE *tmpfile(void)?

A.
creates a temporary file of mode "wb+"
Answer
B.
creates a temporary file of mode "wb"
C.
creates a temporary file of mode " w"
D.
creates a temporary file of mode "w+"

Answer: Option A

Solution

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