Local variable: Difference between revisions

Content deleted Content added
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]].