What are storage classes in C language?
what do you mean by different storage classes used in c language?
- 5038 दृश्य
- 2 उत्तर
2 उत्तर
- Is C++ better than C sharp? Explain your answer
- Left Shift and Right Shift Operators in C
- What is C language?
- What is the eligibility criteria for cracking the C Progamming Exam 2018?
- Ищу достойного мужчину!
- What is C programing? Explain your answer
- What is difference between C C++ and Java?
- Trade crypto anytime
- Can someone explain the concept of pre and post increment in C?
- Mention the four important part of looping.
मॉक परीक्षण अभ्यास के लिए
c programming
A strongstorage class/strong defines the scope (visibility) and life-time of variables and/or functions within a strongC Program/strong. They precede the type that they modify. We have four different strongstorage classes/strong in a strongC program/strong The are four strongstorage classes/strong in C are automatic, register, external, and static.