MCQOPTIONS
Saved Bookmarks
| 1. |
What happens if a local variable exists with the same name as the global variable you want to access? |
| A. | error |
| B. | the local variable is shadowed |
| C. | undefined behavior |
| D. | the global variable is shadowed |
| Answer» E. | |