Followings are the advantages and disadvantages of c programming languages:
Advantages
- Machine independent language.
- Easy to study , learn & implement.
- Easy to debug, test and maintainable.
- It is very much portable language.
- C compilers are easily available.
- Capable of extend itself.
- C is also called mother of all modern programming languages.
- Using c we can develop applications as well as system software.
Disadvantages
- Having poor detection system cause there is no run time checking.
- large programs, it`s hard to fix errors.
- OOP (object oriented programming) is not possible.
- It is complex and hard for the beginners.
- In c programming no strict type of checking int data type to float variables.