MCQOPTIONS
Saved Bookmarks
| 1. |
When is a static variable initialized? |
| A. | Every time the function containing it is called. |
| B. | When it is globally declared. |
| C. | Only when declared within a function. |
| D. | Only the first time the function containing it is called |
| Answer» E. | |