What are storage classes in C language?
what do you mean by different storage classes used in c language?
- 5040 Views
- 2 Answers
2 Answers
- Write a program to read the marks of 50 students in a class and display the following:
- Explain the difference between while loop and do-while loop.
- What site is the best video tutorial website for learning C programming?
- Mention the four important part of looping.
- The best CBD for Life
- Психологическая помощь при похудении
- Short circuit logical operators used in C language.
- What is C language?
- How will you print “Hello World” without semicolon?
- What is difference between C C++ and Java?
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.