Hacker News new | past | comments | ask | show | jobs | submit login

Today, auto in C is still a storage class that denotes stack allocation of a variable. This is related to the other storage classes of register, static, and extern.

In C each variable and function has two attributes, type and storage class




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: