InterviewSolution
Saved Bookmarks
| 1. |
What Is Storage Class And What Are Storage Variable? |
|
Answer» A storage class is an ATTRIBUTE that changes the BEHAVIOR of a variable. It CONTROLS the LIFETIME, scope and linkage. There are five TYPES of storage classes.
A storage class is an attribute that changes the behavior of a variable. It controls the lifetime, scope and linkage. There are five types of storage classes. |
|