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:

Verified
Correct Answer:
Verified
Related Questions
Q6: Dynamically created variables have no name.
Q7: What is the output of the following
Q8: Even though pointers point to addresses which
Q9: Given that p1 is a pointer variable
Q10: Assuming that the pointer variable p1 is
Q12: If p1 is an integer pointer that
Q13: When you return a dynamic array to
Q14: Write the code to declare a dynamic
Q15: What is the output of the following
Q16: Write the code to return the dynamic