

MCQOPTIONS
Saved Bookmarks
1. |
The function fopen("filename","r")returns |
A. | Nothing |
B. | A value 0 or 1 depending on whether the file could be opened or not. |
C. | A pointer to FILE filename,if it exits |
D. | A pointer to a new file after creating it. |
Answer» D. A pointer to a new file after creating it. | |