Storage
enum Storage
Describes Storage specifier of variables. Depending on the storage specifier, variables are stored in different parts e.g. in C/CPP AUTO stores the variable on the stack whereas static in the bss section
Describes Storage specifier of variables. Depending on the storage specifier, variables are stored in different parts e.g. in C/CPP AUTO stores the variable on the stack whereas static in the bss section