#1
1st April 2016, 10:48 AM
|
|||
|
|||
What are the different type of storage classes? Explain with example?
What are the different type of storage classes? Explain with example? I need to understand it properly. So, it would be helpful if you can provide me the details with examples which would help me to understand better. Awaiting for the response. Thanks!
|
#2
10th December 2017, 07:58 PM
|
|||
|
|||
Re: What are the different type of storage classes? Explain with example?
The are four storage classes in C are automatic, register, external, and static.
1 Automatic Variables, 2 Register Variables. 3 External Variables. 4 Variable Definition vs Declaration. 5 An Example: Lexical Scanner. 6 Static Variables. 7 Storage Class for Functions. |
|