Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
Create multiple files during execution
+4
votes
asked
May 16, 2025
by
(
160
points)
Is it possible to create and access multiple files during the execution of a C code? Or do I need to preemptively create the files?
Please
log in
or register to answer this question.
1 Answer
0
votes
answered
May 22, 2025
by
Peter Minarik
(
101,340
points)
Sure, you can do it just fine. It will be created when you run your program next to the executable. When execution is done, the files will appear in the IDE's list of project files, so you can review their content.
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...