Concept Flow - Lifetime and scope comparison
Start Program
Declare Variables
Enter Function
Check Variable Scope
Local
Lifetime & Scope Behavior
End Program
This flow shows how variables are declared and how their lifetime and scope differ depending on whether they are local, global, or static.