Paco’s way of representing C’s memory in CSCA48.
Variables

Arrays
An array will have its full allocated area highlighted
Function
A function that returns will always have an allocated return value
Structs
A struct will only occupy one address
Paco’s way of representing C’s memory in CSCA48.

An array will have its full allocated area highlighted
A function that returns will always have an allocated return value
A struct will only occupy one address