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
Why is main an int?
What is const in c++?
What happens when you make call 'delete this;'?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Difference between overloaded functions and overridden functions
what is pre-processor in C++?
Why is c++ is better than c?
How can you differentiate between inheritance and implementation in c++?
What is the use of string in c++?
What does I ++ mean in c++?
What is a catch statement?
How do you traverse a btree in backward in-order?
What are the two main components of c++?
What is token c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples