hark130 / keen-risk

C Programming course material delivered by slides-as-code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KERI-8: C Programming memory concepts

hark130 opened this issue · comments

6.2 Describe C programming concepts in regard to memory

  • Dynamically allocated memory
  • Statically allocated memory
  • In the context of automatic vs dynamic allocation, explain how those concepts are related to the implementation of a stack and heap in a C program
  • Memory map of a Linux process
  • Automatically allocated memory

Finished and merged