If you do not know how many entries will be stored with the array, you could dimension it ____.
a. small and then as more space is needed, adjust its size
b. large enough to hold the most likely number of entries
c. large enough to hold the maximum number of entries
d. as zero length and then add one to the length each time you add a value