Question

Global variables can be used to increase performance because
(a) global variables are accessed faster than local variables
(b) the overhead of passing data between functions is eliminated
(c) they are stored more compactly than local variables
(d) all of the above

Answer

This answer is hidden. It contains 3 characters.