Computer Science, asked by pavneet96, 1 year ago

write lemitations of c language?​

Answers

Answered by phantom79
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