Variable Scope for New Programmers (17 Oct 2005)
First of all, what is variable scope? Essentially, variable scope describes when a piece of information is accessible. When a variable is created, the value it stores is only available for a certain part of the code execution. Memory is set aside to store that piece of information and then freed when it is no longer needed.
Article URL: http://www.digital-web.com/articles/variable_scope_for_new_programmers/
Read 333 more articles from Digital Web sorted by
date,
popularity, or
title.
Next Article: Weblog Usability: The Top Ten Design Mistakes
|