MCQOPTIONS
Saved Bookmarks
| 1. |
_______ is a variable whose length may vary during the execution, but the length cannot exceed a maximum values defined before the program is executed. |
| A. | dynamic |
| B. | static |
| C. | semi static |
| D. | global |
| Answer» D. global | |