write limitatoins of c language in points
Answers
Answered by
2
C is considered as “low level” language compared to other languages like Java, python etc. It has many limitations-
1.There is no run time checking in C language, as the program extends it is very difficult to fix the bugs.
2. C doesn't have the concept of constructors and destructors.
3. It does not support the object oriented concepts such as polymorphism, data hiding and the others.
pavneet96:
give me 5 limitations of language
Similar questions