Honeywell Interview Question

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

Interview Answer

Anonymous

Jun 25, 2010

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