Question: (10 points) A general guideline to define an array is that if you know the size of the array at compile time, define it as

 (10 points) A general guideline to define an array is that

(10 points) A general guideline to define an array is that if you know the size of the array at compile time, define it as an array of fixed size; otherwise, define a pointer, allocate memory for the array at run time when the size of the array is known, and make the pointer points at the beginning of the allocated memory. The latter is recognized as run time allocation. Please discuss the advantages and disadvantages of run time allocation

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!