Global and local variables

Home > Computer Science > Programming Languages > Variables > Global and local variables

Understanding the differences between variables that are accessible from any point in the program and variables that are limited to a specific scope.