Answered Questions

  • Adobe Telephonic Interview Questions

    Here are some questions I was asked.1) program to find height of a binary tree?Complexity of above program2) How do you know where the memory leaks when you have multiple files?3) What are virtual destructors?4) What should be done when an exception occurs in the constructor?5) What can be maximum memory that a process can have in 32-bit machine? What assigns a process this memory?6)Program to find...

    mishmani

    • Aug 17th, 2009

    I have tried answering theoretical ones only2) May be when destructor is not doing clean up4) we cannot handle this because constructor cannot return any thing. Destructor will not be called for this ...