Answers for "what is inititalisation of variable"

0

what is inititalisation of variable

Initializing a variable means specifying an initial value to assign to it (i.e., before it is used at all). Notice that a variable that is not initialized does not have a defined value, hence it cannot be used until it is assigned such a value.
Posted by: Guest on March-25-2021

Code answers related to "what is inititalisation of variable"

Browse Popular Code Answers by Language