a: stack (SRAM) b: SRAM b: no storage (extern just references a variable defined elsewhere) c: SRAM d: SRAM e: stack f: flash Variables on the stack might be optimized away. In C++, f might be optimized away if its address is never taken.
↧