Computer Science, asked by v9iHunwarirrark, 1 year ago

Different Storage Classes in C Programming
What are the different storage classes in C programming?

Answers

Answered by vee11
4
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.
Similar questions