Computer Science for IGCSE & O level - Programming (Section 10 - No. 3)
What is an advantage of using functions in a program?
They make the program slower.
They allow code reusability.
They make the program more complex.
They reduce the readability of code.
Explanation
Functions promote code reusability, reducing redundancy and improving readability.
Comments (0)
