Thursday 14 May 2015

Disadvantages of C

The most common disadvantages of C are:
  1. No Run Time Checking mechanism.
  2. Does not support Object Oriented Programming (OOP) features.
  3. No Strict Type Checking.
  4. Does not support Exception Handling.

No comments:

Post a Comment