Table of Contents
    Home / Definitions / Dynamic Variable
    Networking 1 min read
    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.

    Was this Article helpful? Yes No
    Thank you for your feedback. 100% 0%