(Choose 1 answer)
Identifiers that represent local variables in a function_______
A. exist while the function in which they are declared is still active
B. exist while the function in which they are declared is no longer active
C. are globally accessible to the script
D. are not automatically destroyed when the function in which they are declared is exited.