

MCQOPTIONS
Saved Bookmarks
1. |
Which files will get closed through the fclose() in the following program?
#include
|
A. | "A.C" "B.C" "C.C" |
B. | "B.C" "C.C" |
C. | "A.C" |
D. | Error in fclose() |
Answer» E. | |