Why is it bad to reuse the same identifier in different nested scopes?
a) It improves code readability
b) It avoids naming conflicts
c) It allows for efficient memory usage
d) It doesn't affect program behavior