+ 4
i dont understand this ive tired to do but it says wrong
FILE*ptr = fopen ("sample.txt", " ");
2 Answers
+ 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", " ");