Content deleted Content added
FrankTobia (talk | contribs) Undid revision 214243925 by 92.2.180.189 (talk) rv unexplained content removal |
No edit summary |
||
Line 1:
Variable is named ___location in memory.
In [[computer science]], a '''local variable''' is a [[variable]] that is given ''local [[scope (programming)|scope]]''. Such a variable is accessible only from the [[Subroutine|function]] or [[block]] in which it is declared. Local variables are contrasted with [[global variables]].
|