Identifiers which have static duration ________
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.
Ans: (a)
Business