0
Any help with this question
Module quiz 8
4 Respuestas
+ 1
Working with files --> Modul 8 quiz --> Third question
0
where is your question ??
0
Which function is used to access files?
- 1
first, you should open the file with fopen() function, then with fwrite() you can write to the file, then you should close the file with fclose function.
so the corrects answere are:
fopen
fwrite
fclose
and good luck 😁