This tutorial will explain Exception Handling.
Exception handling allows you to manage run-time errors in an orderly fashion. In the 'C' program, every call to the function must be examined by the program. If else statement should surround each function call, and statements must be inserted to handle errors. The source code becomes large and difficult to read. Also some function cannot return an Errorvalue.

