Extern Storage Class in C Programming Language Video Tutorial

Extern Storage Class in C Programming Language Video Tutorial

LearningLad

10 лет назад

41,236 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ganeshrajavaddi8036
@ganeshrajavaddi8036 - 15.07.2021 17:40

Why extern . If you declare it as global variable then you would use that in both functions. Why we need to declare extern int in both functions

Ответить
@dumbu5200
@dumbu5200 - 24.05.2019 10:41

Is extern variable stored in heap? I think extern variable will stored in Data section

Ответить
@ayushshaw3681
@ayushshaw3681 - 02.03.2019 20:08

It would be better if you had showed the use of extern using two separate files of c.

Ответить
@stm32user
@stm32user - 24.02.2019 22:43

Cant understand..,

Ответить
@swapnilkamble3396
@swapnilkamble3396 - 03.06.2018 23:06

what is the difference between global variable and extern variable?
and why to prefer extern over global variable?

Ответить
@hussainsafwan2653
@hussainsafwan2653 - 13.11.2017 18:10

You Know?

Ответить
@50shilling
@50shilling - 28.04.2017 22:39

Why is it giving a undeclared error when you compile? If extern makes the variable global then it should be able to access it within every function. You have declare extern in a header file to make it accessible within all '.c' files.

Ответить
@tack3132
@tack3132 - 16.10.2016 00:57

very clear and concise. thank you so much for all of your videos.

Ответить
@pallavdgr8
@pallavdgr8 - 06.11.2013 14:46

keep up d good work...vry helpful viedos..:)

Ответить