What are storage classes in C language?
what do you mean by different storage classes used in c language?
- 5052 Views
- 2 Answers
2 Answers
- Write a program to store 5 elements in the array P and 3 elements in the array Q.Produce a third array R after joining the array P and Q.Display the resultant array.
- Difference between ++*p, *p++ and *++p
- What is the eligibility criteria for cracking the C Progamming Exam 2018?
- C programming Program to print the Fibonacci series up to n numbers.
- Психологическая помощь при похудении
- Бесплатные программы
- can u define type of pointer ??
- What is the difference between C and C++?
- Is C++ better than C sharp? Explain your answer
- Should I learn C before C++? Explain your answer
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.