CS50x : Week 4: Memory
Jan 22, 2024 · 4 min read · In Week 4 we were introduced to various concepts revolving around how memory is used and managed in C. Memory Structure: Memory is organized as 2 Dimensional Arrays. Every memory location contains an address. Generally hexadecimal numbers are used to...
Join discussion