MCQOPTIONS
Saved Bookmarks
| 1. |
Variable scope on which a variable does not loose its value when the function exists and use that value if the function is called again is: |
| A. | function parameter |
| B. | Local |
| C. | None of above |
| D. | static |
| Answer» E. | |