Explain what do you mean by storage classes?

Submitted by: Muhammad
Storage class are used to specify the visibility/scope and life time of symbols(functions and variables). That means, storage classes specify where all a variable or function can be accessed and till what time those variables will be available during the execution of program.
Submitted by: Muhammad

Read Online C++ Programmer Job Interview Questions And Answers