What are storage classes in C language?
what do you mean by different storage classes used in c language?
- 5047 Views
- 2 Answers
2 Answers
- What is difference between C C++ and Java?
- What are preprocessor directives in c language?
- Бесплатные программы
- How to dynamically allocate a 2D array in C?
- Difference between ++*p, *p++ and *++p
- Why C language is introduced? Explain your answer
- What does a person require to opt C programming as a career?
- What does it mean to be C ? Why its called C programming?
- Write a program to read the marks of 50 students in a class and display the following:
- Left Shift and Right Shift Operators in C
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.