previous |
start
What are "local" variables?
- What is the scope of variables declared in a function?
- Can a separate function access the variables in main
directly?
- Can a separate function modify the variables in main?
- Is this a good thing?
previous |
start