i created and wrote 3 different .c files but while compiling only a single a.exe file is getting created and when i try to compile another .c file, the code of the 2nd .c file is getting overwritten on the previous a.exe file.
So i am a beginner and started to learn C on VS Code.
At the very first time VS Code created separate .exe files by renaming the previous a.exe file with same name as of its .c file.
but after deleting those files when i started afresh the above problem is occuring.
so how do i make the VS Code create a separate .exe for each .c file?
Thank you