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
Define what is constructor?
What is the basic difference between C and C++?
Why are pointers not used in c++?
What is the most common mistake on c++ and oo projects?
Discussion on error handling of C++ .
Where are setjmp and longjmp used in c++?
What is a wchar_t in c++?
What is the difference between #import and #include in c++?
Does c++ cost money?
What is pointer to array in c++?
What is c++ vb?
What does floor mean in c++?
What is the difference between #define debug 0 and #undef debug?
Can union be self referenced?
Which function should be used to free the memory allocated by calloc()?