If we develop a project in C, then how can we create an exe file of it?

Showing Answers 1 - 2 of 2 Answers

mukesh tuteja

  • Jul 23rd, 2006
 

by pressing F9 after saving a c file we can create a exe file

  Was this answer useful?  Yes

Assume Your Project Contains 3 different files + 1 main file containing main() function

Required Steps 2 Compile are:

1) Add/Link The File To The File Containing main() function by using preprocessor statements     i.e

#include"<filename>"

#include"<filename>"

#include"<filename>"

#include"<filename>"

2) Use Compile Option or Use Compile Project

Thats All!

Vignesh Nadar: vignesh007@msn.com / +91 9860 13 15 15

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions