Computer Science for IGCSE & O level - Programming (Section 5 - No. 49)

How does using meaningful identifiers (variable names, function names) benefit code maintenance?
It makes the code shorter.
It allows the program to run faster.
It makes the code easier for developers to understand and modify.
It automatically corrects any errors.

Explanation

Clear identifiers improve readability, and easier modification.

Comments (0)

Advertisement