❖ Although C is a very powerful language, there are some drawbacks in the C language
    that limit it.
❖ No Run Time Type Checking
- Run time type checking is not done in C language.
 - C is not able to identify the type of any variable in the language run time.
 
❖ Does Not Support Object Oriented Programming
- C language does not support object oriented programming (classes, objects, interfaces,etc.)
 
❖ No Code Re-usability
- C language does not support the reusability of the code.
 
❖ No Exception Handling
- In C language, exceptions can not be handled in run time.
 - Like other modern programming languages, there are no keywords available in C for this purpose.
 
No comments:
Post a Comment
Please do not any spam link in Comment Box