1.

What Is Storage Class And What Are Storage Variable?

Answer»

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.

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.



Discussion

No Comment Found