1.

void main(void) { FILE *p; p=fopen(“c:\tc\trial”, ”w”); if(!fp) { Exit(0); } Fclose(p);

A. fopen() not used correctly
B. path should be C:crial
C. file pointer incorrect
D. error
Answer» C. file pointer incorrect


Discussion

No Comment Found