Dynamic allocation is not supported by C variables ; there is no storage class “dynamic”, and there can never be a C variable whose value is stored in dynamically allocated space.
Read moreIn which segment does dynamic memory allocation takes place?
Heap is the segment where dynamic memory allocation usually takes place.12 Eki 2021
Read more