Computer Science for IGCSE & O level - Programming (Section 8 - No. 28)

How does the use of procedures improve the structure of a program?
By making the code less readable.
By preventing code reuse.
By breaking a larger task into smaller, manageable units.
By increasing the total number of lines of code.

Explanation

Procedures promote modularity and divide complex programs into smaller, more organized pieces.

Comments (0)

Advertisement