Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 how would you handle a situation where you cannot call the destructor of a local explicitly?

1018


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

3715


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

2267


Explain the difference between static and dynamic binding of functions?

1120


Should you pass exceptions by value or by reference?

1182


What you know about structures in C++?

1144


Explain selection sorting. Also write an example.

1095


How java is different from c and c++?

1258


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

2052


Is c++ an oop?

1193


Explain queue. How it can be implemented?

1202


What is #include math h in c++?

1135


What is the difference between a type-specific template friend class and a general template friend class?

1032


Can a built-in function be recursive?

1077


Do vectors start at 0 c++?

1076