C Programming Tutorial - 24: Storage Classes Part One

preview_player
Показать описание
In this tutorial we'll talk about storage classes; what they are and why we have to know what they are. C provides us four storage classes viz. Auto, Register, Static and Extern.

We'll check out two of them now, and the remaining later. Watch the video in HD, it will load just as fast, trust me!

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

declaring a storage class of register, does not guarantee that the variable will be stored in a register. It is dependent on the platform you are utilizing.

defritzel
Автор

Worried about part 2? same question again.

diwaker