0

Any help with this question

Module quiz 8

5th May 2017, 6:01 PM
Marko Radosavljević
Marko Radosavljević - avatar
4 Respuestas
+ 1
Working with files --> Modul 8 quiz --> Third question
5th May 2017, 6:05 PM
Marko Radosavljević
Marko Radosavljević - avatar
0
where is your question ??
5th May 2017, 6:02 PM
Elghozi Nasreddine
Elghozi Nasreddine - avatar
0
Which function is used to access files?
24th Mar 2023, 4:32 AM
Santhosh S
Santhosh S - avatar
- 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 😁
5th May 2017, 6:11 PM
Elghozi Nasreddine
Elghozi Nasreddine - avatar