C programming

Storage Class in C

What is Storage Class in C ? Storage classes use to  give the following  information about the variable  Default value  Storage  Scope  Life    Default value If we don’t assign anything in the variable then depend upon storage class some value automatically assigned (It could be either garbage or zero) in the variable. #include main() …

Storage Class in C Read More »

Scroll to Top
Scroll to Top