1. C does not have concept of OOPs, that’s why C++ is developed.
2. There is no runtime checking in C language.
3. There is no strict type checking. For example, we can pass an integer value.
4. for the floating data type.
5. C doesn’t have the concept of namespace.
6. C doesn’t have the concept of constructor or destructor.
Reference Page:
http://www.thecrazyprogrammer.com/2013/07/what-are-advantages-and-disadvantages.html
2. There is no runtime checking in C language.
3. There is no strict type checking. For example, we can pass an integer value.
4. for the floating data type.
5. C doesn’t have the concept of namespace.
6. C doesn’t have the concept of constructor or destructor.
Reference Page:
http://www.thecrazyprogrammer.com/2013/07/what-are-advantages-and-disadvantages.html
0 Questions:
Post a Comment