Garmin Interview Question

What is a static in C?

Interview Answer

Anonymous

Jun 14, 2025

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.