+ 4
i dont understand this ive tired to do but it says wrong
FILE*ptr = fopen ("sample.txt", " ");
2 Antworten
+ 3
this is for the course C
+ 1
Why did you put “ “? That should be “r” or whatever mode you need.
FILE*ptr = fopen ("sample.txt", " ");