What do you mean by storage class?



Raj Said

+0 -0

A storage class is a property of a variable or function that determines its scope, lifetime, and visibility. The scope of a variable or function is the part of the program in which it can be accessed. The lifetime of a variable or function is the period of time during which it exists in memory. The visibility of a variable or function is the extent to which it can be accessed by other parts of the program.



Submit Your Response