In C, there are four types of storage: automatic, register, static, and external.
The extern storage class is used to provide a reference to a global variable that is shared by all application files. The variable cannot be initialised when you use 'extern,' but it does direct the variable name to a previously established storage location.
The storage class specifies the place in memory where an object's storage is allocated, as well as the duration of the storage allocation. It also determines the scope, which defines the portion of the programme where a variable name is visible, i.e. the variable is accessible by name.
A variable will only be known globally in this file if it is static. extern means that a global variable defined in another file will be known in this file, and it can also be used to call functions defined in other files.
The term "volatile" does not refer to a storage class. Type qualifiers are volatile and const.
Learner's Ratings
4.4
Overall Rating
70%
18%
5%
4%
3%
Reviews
𝑼𝑻𝑺𝑨𝑽 𝑲𝑼𝑴𝑨𝑹 𝑺𝑰𝑵𝑮𝑯
5
Best course
S
sahil namdev
5
this course is very helpfull for my basic development
S
Sanjay Shinde
5
ek number
G
Garvit kulshrestha
4
extern storage class??specifier??? use of "&"????kha pe h ye sab??? assignment m pucha h par vedio m nhi bataya
par jitna bataya h ache se bataya h liked that tho
V
Vimlesh Pandey
5
Learnvern is great platform to learn any top technologies. This C programming course is the best course in market.
S
Sahasra Live Events 01
5
good
R
Revanth Pothankar
5
Good
H
H Naga Priya Bai
4
best and useful to keep learning and practice the c-language. Explained well sir. thank you
Share a personalized message with your friends.