C - Local Variables
From EdWiki
Local Variables
- Any variable which is defined inside a function is called a local variable.
- Each local variable in a function comes into existence only when the function is called, and disappears when the function is exited.