 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | How dynamic memory allocation is different from static memory allocation? | 
| Answer» Allocation of memory for data is done at the time of execution (run time) is known as dynamic memory allocation. Whereas allocation of memory is for data is done during compilation in fixed size is called static memory allocation. | |