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 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
Get step-by-step solutions from verified subject matter experts
