4.3 — Object sizes and the sizeof operator
Object sizes As you learned in the lesson , memory on modern machines is typically organized into byte-sized units, with each byte of memory having a unique address. Up to this point, it has been useful to think of memory as a bunch of cubbyholes or mailboxes where we can …