How to reduce a final size of executable?

Answer Posted / kuvaibhav

In addition to all of above, you can use 'strip' utility in
*nix to remove symbols from objects. It is usually done
before shipping executables to customers.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain dangling pointer.

864


What is object file? How can you access object file?

826


List the features of oops in c++?

761


the maximum length of a character constant can be a) 2 b) 1 c) 8

873


What is endl c++?

836


What are static member functions?

803


What is virtual destructor ans explain its use?

828


What are files in c++?

762


When must you use a pointer rather than a reference?

790


What is extern c++?

712


What is c++ stringstream?

847


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

3234


What is namespace & why it is used in c++?

788


What are containers in c++?

730


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

799