Storage Class in C
Storage Class in C
Storage Class in C:-
Every c program has a storage class and a scope. The storage class is a data structure which decides the scope, storage default initial value, and life of variable function.
Different types of scope and rules present in c:-
Program scope
File scope
Function scope
Block scope
Program scope:-
If a variable and functionare defined in one if they will be accessed in other files…
View On WordPress


















