72 - Introduction to Storage Classes in C Programming

preview_player
Показать описание
This video explains the storage classes in C.
Storage class specifiers are keyword used before type declaration.
It determines following
1) Scope
2) Lifetime
3) Initial Value
4) Storage Location.

There are four storage classes
1) auto
2) static
3) extern
4) register
Рекомендации по теме
Комментарии
Автор

Good explanation mam.. Make more videos on c programming.. Thank you

qkss