53 - STORAGE CLASSES - C PROGRAMMING

Описание к видео 53 - STORAGE CLASSES - C PROGRAMMING

Storage Classes are of 4 Types
1) Automatic (Keyword - auto) (Default Storage Class)
2) Static (Keyword - static)
3) Extern (Keyword - extern)
4) Registers (Keyword - register)

Difference among all these storage classes is in LIFETIME and SCOPE.

Комментарии

Информация по комментариям в разработке