Question:
Why is using global variables not recommended
Author: sazin aliAnswer:
They can be unintentionally overwritten and edited. global variables aren't deleted until the program terminates so they require more memory than local variables which are deleted once the subroutine has been completed
0 / 5 Â (0 ratings)
1 answer(s) in total