Computer Science, asked by sandeepsarari24831, 8 months ago

what is the limitation of c) *

Answers

Answered by Anonymous
1

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. ...C compilers can only identify errors and are incapable of handling exceptions (run-time errors).

Answered by Anonymous
9

Answer:

The limitations of C programming languages are as follows:

  1. 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.
  2. It requires the programmer to be well versed in C, including pointers, function pointers, dynamic memory allocation, and debugging.
  3. There may not be any speed advantage.
  4. It's less portable

Hope it helps you mate :)

Similar questions