Solved

In Which Case Would You Consider Using a Dynamic Array

Question 11

Multiple Choice

In which case would you consider using a dynamic array?


A) If the array is small, and the size is known before the program runs.
B) If the program needs to get the size of the array from the user
C) If the array size is big, but known at compile time
D) You should always use a dynamic array

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions