Categories
e. Disadvantages of C programming

Lack of Exception Handling

Exception Handling is one of the most important features of programming languages. While compiling the code, various anomalies and bugs can occur. Exception Handling allows you to catch the error and take appropriate responses. However, C does not exhibit this important feature.

Leave a Reply

Your email address will not be published. Required fields are marked *