CHAPTER 16

Dynamic Memory Allocation and Linked List

Chapter Outline
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 ...

Get Programming in C, 3/e, 3rd 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.