Computer Science, asked by priyanshusinha9298, 9 months ago

Write two points of difference between static declaration and dynamic declaration

Answers

Answered by maheshwarichirag409
1

static : when variable can' t change its value during run time( when program is in running modes means when output window is open ) is static variable. Dynamic : when variable can change its value during run time ( when program is running mode means when output window is open ) is dynamic declaration.

Similar questions