16
Dynamic Memory Allocation and Linked List
Chapter Outline
16.1 Dynamic Memory Allocation
16.3 Memory Allocation Functions
16.6 Searching and Retrieving an Element
16.1 DYNAMIC MEMORY ALLOCATION
For the execution of a program, it is essential to bring the program in the main memory. When a program does not fit into the main memory, parts of it are brought into the main memory one by one and the full program is executed eventually. Of course, the parts of program which are not currently in main memory are resident either at secondary memory such as floppy or hard disk or at any other ...
Get Programming in C, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.