Home / Definitions / Dynamic Variable

Dynamic Variable

Webopedia Staff
Last Updated May 24, 2021 7:41 am
In programming, a dynamic variable is a variable whose address is determined when the program is run. In contrast, a static variable has memory reserved for it at compilation time.