+ 2

Do we really use the file like stuff??

Like fopen ,fclose like this stuff is really important to coding era... I not seen this ever on any contests ..

5th May 2019, 8:49 PM
Thaneesh Reddy
Thaneesh Reddy - avatar
2 Answers
+ 3
Yes they are important because you can give input to your programs through files and even store the output in file by creating a new file like a text file. THE ADVANTAGE IS: when you close your program all memory is cleared so output is not available.But if output is stored in file it's anytime available.
6th May 2019, 6:05 AM
Saurabh B
Saurabh B - avatar
+ 4
yeah this are necessary when you decide to create a file in C
5th May 2019, 9:58 PM
✳AsterisK✳
✳AsterisK✳ - avatar