What are storage classes in C language?
what do you mean by different storage classes used in c language?
- 5061 Views
- 2 Answers
2 Answers
- What are preprocessor directives in c language?
- Difference between ++*p, *p++ and *++p
- What are the best books for C Programming preparations?
- Left Shift and Right Shift Operators in C
- How will you print numbers from 1 to 100 without using loop?
- What is C language?
- Why C language is introduced? Explain your answer
- C programming Program to print the Fibonacci series up to n numbers.
- Write a program to read the marks of 50 students in a class and display the following:
- What is the eligibility criteria for cracking the C Progamming Exam 2018?
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.