C Storage Classes.
C has a concept of 'Storage classes' which are used to define the scope (visability) and life time of variables and/or functions.
So what Storage Classes are available?
auto register static extern typedefread more.................
No comments:
Post a Comment