

MCQOPTIONS
Saved Bookmarks
1. |
Which files will get closed through the fclose() in the following program?
|
A. | "A.C" "B.C" "C.C" |
B. | "B.C" "C.C" |
C. | "A.C" |
D. | Error in |
E. | <i class="C-code">fclose()</i> |
Answer» E. <i class="C-code">fclose()</i> | |