✏️ Explanatory Question

What are the advantages of exception handling?

👁 45 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

Advantages of exception handling include:
(i) Exception handling separates error-handling code from normal code.
(ii) It improves program reliability and maintainability.
(iii) It provides a clear structure for dealing with unexpected conditions.