Storage Classes in C
Storage Classes in C Storage Classes in C includes scope, visibility, Lifetime and linkage of identifiers. Storage Class Specifiers 1) Scope Scope of a variable is that portion of the program in which that identifier can be used. There are two types of scopes – Block Scope When a variable is declared inside a block […]
Storage Classes in C Read More »

