80.7k views
3 votes
What do programmers consider a disadvantage of procedural languages? A. they occupy greater space in memory B. program structures are too complex for the processor to execute C. difficult to read and write D. take more time to execute

User Xfx
by
5.0k points

1 Answer

4 votes

Answer:

C.

Step-by-step explanation:

A major disadvantage of using Procedural Programming as a method of programming is the inability to reuse code throughout the program. Having to rewrite the same type of code many times throughout a program can add to the development cost and time of a project. Another disadvantage is the difficulty in error checking.

User Campbelt
by
4.9k points