What are storage classes in C language?
what do you mean by different storage classes used in c language?
- 5051 दृश्य
- 2 उत्तर
Your Answer
A storage class defines the scope (visibility) and life-time of variables and/or functions within a C Program. They precede the type that they modify. We have four different storage classes in a C program The are four storage classes in C are automatic, register, external, and static.
-
- 03 जून
- 0 टिप्पणी
टिप्पणी
मॉक परीक्षण अभ्यास के लिए
c programming