how can i convert a c program and run it as an .exe file
Answers
Answered by
0
When you create program/application in C or C++, an exe file is created in the bin directory( actually it depends on the path which you give in the options/directories in the turbo C editor).
One should keep in mind that an exe file is created only after successful compilation.
Once the .exe file is created of the C or C++ program, you can place the file anywhere, in any directory or drive, i.e., it is portable.
Then .exe file will behave as an application.
One should keep in mind that an exe file is created only after successful compilation.
Once the .exe file is created of the C or C++ program, you can place the file anywhere, in any directory or drive, i.e., it is portable.
Then .exe file will behave as an application.
Answered by
0
Download TurboC and Copy and paste the program.
Then ctrl+F9 and then F9.
Check in the folder you installed C program.
You would get .exe
Then ctrl+F9 and then F9.
Check in the folder you installed C program.
You would get .exe
Similar questions
Geography,
8 months ago
Social Sciences,
8 months ago
Geography,
1 year ago
Math,
1 year ago
Biology,
1 year ago