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