In the control software for an autonomous deep-sea submersible, a local variable named densityOffset is declared within the subroutine calculatePressureDepth.
Explain what is meant by a local variable, referencing its scope and lifetime.
[2]
Structured programming and subroutines (procedures and functions) Questions