Page 1 of 1

Which of the following fopen() statements are illegal?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) fp = fopen(“abc.txt”, “r”);
b) fp = fopen(“/home/user1/abc.txt”, “w”);
c) fp = fopen(“abc”, “w”);
d) none of the mentioned