properties that only apply to local variables
Which is a characteristic of a local variable?
Local Variable is defined as a type of variable declared
within programming block or subroutines. It can only be
used inside the subroutine or code block in which it is
declared. The local variable exists until the block of the
function is under execution. After that, it will be destroyed
automatically. (last update 26 Feb 2022)