+ 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 ..
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.
+ 4
yeah this are necessary when you decide to create a file in C