Choose the statement which is incorrect with respect to dynamic memory allocation.
Answer: C
Execution of the program using dynamic memory allocation is slower than that using static memory allocation. This is because in dynamic memory allocation, the memory has to be allocated during run time. This slows down the execution of the program.