CS50x : Week 4: Memory
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...
manaspawar202.hashnode.dev4 min read