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

What are the benefits of using functions in programming?
Reduced code duplication
Improved code readability
Increased code complexity
Easier debugging

Explanation

Functions help prevent duplication, simplify the code and make debugging easier.

Comments (0)

Advertisement