Q278
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board