Home / Questions / What is storage class? What are the different storage classes in C?
Explanatory Question

What is storage class? What are the different storage classes in C?

👁 975 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

The storage class is an attribute that changes the behavior of a variable. It controls the lifetime, scope and linkage. The storage classes in c are auto, register, and extern, static, typedef.