What are storage classes in C language?
what do you mean by different storage classes used in c language?
- 5063 दृश्य
- 2 उत्तर
2 उत्तर
- What is structured programming?
- How will you print “Hello World” without semicolon?
- Бесплатные программы
- What is C language?
- Is C++ better than C sharp? Explain your answer
- Short circuit logical operators used in C language.
- Explain the difference between while loop and do-while loop.
- What does it mean to be C ? Why its called C programming?
- Write a program to calculate the following series:
- Mention the four important part of looping.
मॉक परीक्षण अभ्यास के लिए
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.