what are the storage classes
Answers
Answered by
1
Explanation:
Storage classes are used in C - programming .
A storage class defines the scope (visibility) and life-time of variables and/ or functions within a C Program. They precede the type that they modify. We have four different storage classes in a C program − auto. register.
Storage Classes are used to describe the features of a variable/function. These features basically include the scope, visibility and life-time which help us to trace the existence of a particular variable during the runtime of a program
Answered by
0
Answer:
storage class define the scope and life time of variable or function within a C program
Similar questions