A variable declared within a code block is in scope only within that code block {}. That is,_______.

A variable declared within a code block is in scope only within that code block {}. That is,_______.



Answer: it cannot be used outside the code block.


Learn More :