C
Programming and Technical
Programming
Definition
Q. What is storage class? What are the different storage classes in C?
A. 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
Read Solution (Total 0)
C Other Question