How does throwing and catching exceptions differ from using setjmp and longjmp?

Submitted by: Administrator
The throw operation calls the destructors for automatic objects instantiated since entry to the try block.
Submitted by: Administrator

Read Online C++ Programming Job Interview Questions And Answers