721
edits
Line 21: | Line 21: | ||
==Pointers and Addresses== | ==Pointers and Addresses== | ||
[https://replit.com/@abnutzer/PointersAndAdresses Code Example for Pointers and Addresses] | |||
Until now, we were only using variables in a very local space in the main memory, called the stack. | Until now, we were only using variables in a very local space in the main memory, called the stack. | ||
Line 39: | Line 41: | ||
[[File:pointers_addresses1.png|800px]] | [[File:pointers_addresses1.png|800px]] | ||