0
5.5kviews
Explain different storage classes.
1 Answer
0
166views

The storage class of a variable is a set of properties about the variable.

The storage class of a variable determines 3 things: –

  1. Scope: the sections of code that can use the variable. (i.e., variable visibility domain)

  2. Linkage: how a variable can be used in a multiple source-file program. …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.