Where an automatic variable is stored in C-Programming?
Every local variable by default being an auto variable is stored in stack memory.