Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 39)

What is the main advantage of using functions or subroutines in a program?
They make the code run faster.
They make the code more complex.
They improve code readability and reduce redundancy.
They automatically fix errors in the code.

Explanation

Functions promote reusability and organization.

Comments (0)

Advertisement