5 ms·
Non-stack variables can be static instead of global. Either file-scoped or function-scoped.
by jacquesgt 12y ago
Non-stack variables can be static instead of global. Either file-scoped or function-scoped.
- jwilliams 12y agoExactly. This is also broken down on slide 40 - local static and file static variables.