Computer Science, asked by Anonymous, 9 months ago

give the example to show the use of Static and dynamic initialisation​

Answers

Answered by RamyaHarshi
3

Answer:

static variable can be thought of as a variable that is allocated in memory for the lifetime of during program execution. ... A dynamic variable is a variable that can hold any value provided by the user during any program execution. Every time, new memory space is allocated for such a variable.

Similar questions