MCQOPTIONS
Saved Bookmarks
| 1. |
In which of the following cases dynamic arrays are not preferred? |
| A. | If the size of the array is unknown |
| B. | If the size of the array changes after few iterations |
| C. | If the memory reallocation takes more time i.e. expensive |
| D. | If the array holds less number of elements |
| Answer» E. | |