Pregunta:
Why is using global variables not recommended
Autor: sazin aliRespuesta:
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 calificaciones)
1 answer(s) in total