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
`b) the overhead of passing data between functions is eliminated
Computer Science & Information Technology