Local variable: Difference between revisions

Content deleted Content added
m Local variables: These local variables are also known as automatic storage class because as soon as one assign the value to a particular variable, after calling the variable, the values are printed automatically.they are also known as normal variable too.
Undid revision 916036269 by Luv u zindagi 0202 (talk): huh? variables in C are not functions; they can't be called
Line 13:
 
This is distinct from other usages of the [[Static (keyword)|<code>static</code> keyword]], which has several different meanings in various languages.
 
These local variables are also known as automatic storage class because as soon as one assign the value to a particular variable, after calling the variable, the values are printed automatically.they are also known as normal variable too.
 
==Local variables in Perl==