Pergunta de entrevista da empresa Honeywell

In C/C++ what is an automatic variable, and when would you use it.

Resposta da entrevista

Sigiloso

25 de jun. de 2010

All variables are automatic unless otherwise specified. You would never use it, and if you did the compiler will ignore it.