Saved Bookmarks
| 1. |
A. what is the difference between static and dynamic memory allocation? How static scope rules are defined using stack? |
|
Answer» Static MEMORY allocation is allocated memory before execution pf program during compile time. DYNAMIC memory ALOCATION is alocated memory during execution of program at run time. ... Dynamic memory allocation. Memory allocated will be in heap. |
|