write lemitations of c language?
Answers
Answered by
0
Difficult to debug.
C allows a lot of freedom in writing code, and that is why you can put an empty line or white space anywhere in the program. And because there is no fixed place to start or end the line, so it is difficult to read and understand the program.
C compilers can only identify errors and are incapable of handling exceptions (run-time errors).
C provides no data protection.
It also doesn't feature reusability of source code extensively.
It does not provide strict data type checking (for example an integer value can be passed for floating datatype).
Similar questions
Computer Science,
6 months ago
Science,
6 months ago
Social Sciences,
1 year ago
Physics,
1 year ago
Science,
1 year ago