Term of the Moment

Internet


Look Up Another Term


Definition: local variable


In programming, a variable used only within the routine or function it is defined in. When the function is finished and control is returned back to the part of the program that called it, the local variables no longer exist. Contrast with global variable.