Choose the statement which is incorrect with respect to dynamic memory allocation.
(a) Memory is allocated in a less structured area of memory, known as heap
(b) Used for unpredictable memory requirements
(c) Execution of the program is faster than that of static memory allocation
(d) Allocated memory can be changed during the run time of the program based on the requirement of the program
I have been asked this question during an online exam.
This question is from Static vs Dynamic Memory Allocation in section Dynamic Memory Allocation in C of C