External variable

Опубликовано: 20 Декабрь 2015
на канале: Audiopedia
519
4

In the C programming language, an external variable is a variable defined outside any function block. On the other hand, a local variable is a variable defined inside a function block.
As an alternative to automatic variables, it is possible to define variables that are external to all functions, that is, variables that can be accessed by name by any function. Because external variables are globally accessible, they can be used instead of argument lists to communicate data between functions. Furthermore, because external variables remain in existence permanently, rather than appearing and disappearing as functions are called and exited, they retain their values even after the functions that set them have returned.


This video is targeted to blind users.

Attribution:
Article text available under CC-BY-SA
Creative Commons image source in video


На этой странице сайта вы можете посмотреть видео онлайн External variable длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Audiopedia 20 Декабрь 2015, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 519 раз и оно понравилось 4 зрителям. Приятного просмотра!