What is a static in C?
Anónimo
I only remembered the use as an identifier with no visibility outside the file it is declared in. I forgot to mention that statics are also local variables to functions that maintain their state in between function calls.