Pergunta de entrevista da empresa Garmin

What is a static in C?

Resposta da entrevista

Sigiloso

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