Computer Science, asked by Podilapu626, 11 months ago

How Does Throwing And Catching Exceptions Differ From Using Setjmp And Longjmp?

Answers

Answered by liza10987654321
0

represents a block of code that is executed when a particular exception is thrown. throw: Used to throw an exception. Also used to list the exceptions that a function throws, but doesn't handle itself. Following are main advantages of exception handling over traditional error handling.

Similar questions