What are storage classes in C language?
what do you mean by different storage classes used in c language?
- 5053 दृश्य
- 2 उत्तर
2 उत्तर
- Психологическая помощь при похудении
- What is the eligibility criteria for cracking the C Progamming Exam 2018?
- Mention the four important part of looping.
- How will you print numbers from 1 to 100 without using loop?
- Difference between ++*p, *p++ and *++p
- Should I learn C before C++? Explain your answer
- Short circuit logical operators used in C language.
- Лучшие игры 3d на Андроид
- The best CBD for Life
- can u define type of pointer ??
मॉक परीक्षण अभ्यास के लिए
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.