InterviewSolution
Saved Bookmarks
| 1. |
एग्जांपल ऑफ डायनेमिक मेमोरी एलोकेशन |
| Answer» MEMORY allocation is a very IMPORTANT part of software DEVELOPMENT. When the program is loaded into the system memory, the memory region allocated to the program is divided into three broad regions: stack, HEAP, and code.Program Memory LayoutExplanation:plz mark me brainliest | |