0
What is use for file handling in c programming ??
2 odpowiedzi
+ 1
Assume that you have a job, and your boss wants you to make a list of customers that are from i.e Japan...
you can fetch that information by running a query in c++ and then write that into a file and send to your boss..
Of course there are many other cases in which you can use filehandling.
+ 1
thank you for answering