Home »

What is storage class and what are storage variable ?

Question ListCategory: cWhat is storage class and what are storage variable ?
shah_kajal184 author asked 9 years ago
1 Answers
denielshakespeare5 author answered 8 years ago

A storage class is an attribute that changes the behavior of a variable. It controls the lifetime,
scope and linkage.

There are five types of storage classes

1) auto

2) static

3) extern

4) register

5) typedef

Please login or Register to Submit Answer