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
What is c++ w3school?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is the difference between global int and static int declaration?
List the features of oops in c++?
Describe friend function & its advantages.
Write some differences between an external iterator and an internal iterator?
How would you obtain segment and offset addresses from a far address of a memory location?
What is runtime errors c++?
What is increment operator in c++?
What do you mean by early binding?
which operator is used for performing an exponential operation a) > b) ^ c) none
What is a block in c++?
How to tokenize a string in c++?
Is oops and c++ same?
What is scope resolution operator in c++ with example?