What are the limitations of C language ?
Answers
Answered by
5
The limitations of C programming languages 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.
Similar questions