STORAGE CLASSES – Programming C
2020-05-13
The scope and lifetime of variables in functions:-Variables in C different behavior from those in most other language. For example in a basic program a variable returns its value through out the program. It is not always the case in ‘C’. It always depends on the storage classes the variableContinue Reading