What are storage classes in C language?
what do you mean by different storage classes used in c language?
- 5051 Views
- 2 Answers
2 Answers
- Is C++ better than C sharp? Explain your answer
- The best CBD for Life
- Лучшие игры 3d на Андроид
- can u define type of pointer ??
- Ищу достойного мужчину!
- What are preprocessor directives in c language?
- Психологическая помощь при похудении
- How will you print numbers from 1 to 100 without using loop?
- What are the best books for C Programming preparations?
- What is structured programming?
Practice Mock Test
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.