Question: What the answer? The difference between dynamic and static allocation is: In static allocation you need to free the memory since it has to remain
The difference between dynamic and static allocation is: In static allocation you need to free the memory since it has to remain static In dynamic allocation you need to free the memory since you allocated yourself When dynamically allocated, array is allocated in run time When dynamically allocated, array is allocated in compile time When statically allocated, array is allocated in run time When statically allocated, array is allocated in run time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
