Dynamic Variables
Dynamic variable is short for “dynamically allocated variable.”
Dynamic variables are not declared.
Dynamic variables do not have identifiers.
Dynamic variables are created during the execution of a program (i.e., at “run-time”).
Previous slide
Next slide
Back to first slide
View graphic version