Created: 2023-01-11 17:15
Status: #concept
Subject: Programming
Tags: C Local Variable Block Scope
Automatic Storage Duration
Storage Duration (AKA extent) of a variable - is the portion or time of the program execution wherein storage for the variable exists.
References
- C Programming, A Modern Approach, 2nd Edition, Chapter 10.1