Pregunta de entrevista de Garmin

What is a static in C?

Respuesta de la entrevista

Anónimo

14 jun 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.