Which Is The Correct Example Of Dynamic Initialization Of Variable?

Which Is The Correct Example Of Dynamic Initialization Of Variable? Which is the correct example of dynamic initialization of variable? In the above program code , a is a global variable to which a number n is dynamically assigned through a function cube , where cube() performs the cube of a number. This is an