2024-05-22T22:56:49+03:00[Europe/Moscow] en true <p>fixed size, higher in the primary memory address space, allocation and deallocation of memory is automatic</p>, <p>variable size, lower in the memory address space, programmer allocates and deallocates the memory</p>, <p>a variable that resides in stack memory that holds a memory address pointing to a location in heap memory</p> flashcards
Lecture 25

Lecture 25

  • fixed size, higher in the primary memory address space, allocation and deallocation of memory is automatic

    Stack memory

  • variable size, lower in the memory address space, programmer allocates and deallocates the memory

    Heap memory

  • a variable that resides in stack memory that holds a memory address pointing to a location in heap memory

    A pointer