How to reduce a final size of executable?

Showing Answers 1 - 1 of 1 Answers

Bharath

  • Apr 21st, 2007
 

To reduce the final size of executable, remove any dead code, if there in the program (remove extra white spaces, extra commnets, extra tabs) and also use functions where ever possible, because it reduces the code and executable file size alot.

  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