<aside> đź’ˇ We use control flow to model how programs are executed. During execution, we keep track of the program location (in hardware, it is known as the program counter)
</aside>
Recall that we explore four types of control flow:
One bit ⇒ 0/1 ⇒ 2 states
One byte ⇒ 8 bits ⇒ 256 states (the smallest accessible unit of memory)
To access a byte of memory the address of the byte, must be known.
For a variable definition, C
Never assume what the value of an int will be after an overflow occurs. The value of an integer has overflowed is undefined
Character