Computer Science for IGCSE & O level - Programming (Section 4 - No. 3)
What is a disadvantage of using global variables extensively?
They make the code more modular.
They can be easily accessed by any part of the program, leading to potential unintended modifications.
They are easier to debug.
They reduce code duplication.
Explanation
Global variables have a broad scope; uncontrolled modification can lead to unexpected behavior and make debugging difficult.
Comments (0)
