Examveda

Which of the following fopen() statements are illegal?

A. fp = fopen("abc.txt", "r");

B. fp = fopen("/home/user1/abc.txt", "w");

C. fp = fopen("abc", "w");

D. none of the mentioned

Answer: Option D


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output