Mar 29, 2010

Dynamic Link library Problem : Microsoft technical interview question

Consider a DLL containing a substantial number of functions. Few functions from it are shipped. It is given that which function call which one. Design an algorithm to remove unused function from the DLL. Means main objective is to detect unused function.

No comments:

Post a Comment