[prev] 1 [next]

Memory

Reminder:

Computer memory … large array of consecutive data cells or bytes
  • char   … 1 byte
  • int,float   … 4 bytes
  • double   … 8 bytes
  • any_type *   … 4 bytes (on CSE lab computers)
Memory addresses shown in Hexadecimal notation

[Diagram:Pic/memoryAddresses.png]