MCQOPTIONS
Saved Bookmarks
| 1. |
How do we access a global variable in nested functions? |
| A. | Simply seek the variable from the primary function |
| B. | Make a copy of the global variables from the primary function |
| C. | Declare the variable within the function |
| D. | Declare the variable as global |
| Answer» E. | |