Saved Bookmarks
| 1. |
Which is more useful static or dynamic memory allocation when i have limited computional resources |
|
Answer» Answer: STATIC Memory ALLOCATION is DONE before program execution. DYNAMIC Memory Allocation is done during program execution. In static memory allocation, once the memory is allocated, the memory size can not change. ... In this memory allocation scheme, execution is faster than dynamic memory allocation. Explanation: HOPE IT IS HELPFUL !! PLEASE MARK AS BRAINLIEST !! |
|