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
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is helper in c++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Can union be self referenced?
When does a 'this' pointer get created?
Is it possible for the objects to read and write themselves?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Explain overriding.
What is the use of turbo c++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
Differentiate between late binding and early binding. What are the advantages of early binding?
Write a function to find the nth item from the end of a linked list in a single pass.
What happens when you make call 'delete this;'?
What is c++ try block?