Computer science > Variables > Flashcards
What are global variables
Variables whose values have visibilty/scope throughout the program
What are local variables
Variables whose values can only be used in the subroutine where it is declared