write lemitations of c language?
Answers
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).
if you are satisfy with my ans then mark me as a brainlist.
if there is something wrong then kindly rectify it
The limitations of c language are as follows
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).