I need to know how to create many empty files and open them simultaneously using a c program.
Asked
Active
Viewed 562 times
-6
-
1Read `fopen` and use it. – Vagish Jun 24 '15 at 05:59
-
1IF you know how to create one file using C, you can then combine the concept of `for-loop` to create n files having file names with changing suffix e.g. file01, file02, fileN .... – KNU Jun 24 '15 at 06:03
-
1`Need to know`...Good. `(implicit) Did not try anything myself`...Bad. – Sourav Ghosh Jun 24 '15 at 06:24