Card 1 of 27
Question
What is a local variable?
tap to flip
Answer
A variable created inside a subroutine. It only exists while the subroutine is running, and cannot be accessed from outside.
Question
What is a local variable?
tap to flip
Answer
A variable created inside a subroutine. It only exists while the subroutine is running, and cannot be accessed from outside.