Search: in
Local variable
Local variable in Dictionary Dictionary
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       
Dictionary results for: Local variable

Local variable


Local variable

Local variable




Source: The Free On-line Dictionary of Computing (26 July 2010)

	local variable

    A variable with lexical scope, i.e. one
   which only exists in some particular part of the source
   code, typically within a block or a function or
   procedure body.  This contrasts with a global variable,
   which is defined throughout the whole program.

   Code is easier to understand and modify when the scope of
   variables is as small as possible because it is easier to see
   how the variable is set and used.  Code containing global
   variables is harder to modify because its behaviour may depend
   on and affect other sections of code that refer to that
   variable.

   (2009-12-14)

	

Matching Word(s)
Local

variable





Search Dictionary :



Search   in  
Search for Local variable in Tutorials
Search for Local variable in Encyclopedia
Search for Local variable in Videos
Search for Local variable in Books
Search for Local variable in Software
Search for Local variable in DVDs
Search for Local variable in Store





Powered by dict.org
Advertisement




Local variable in Dictionary
Local variable top Local variable

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.info All Rights Reserved. Privacy Statement