Arrays
Address of index
i=base address+index*sizeof each elementWhen working with a group of people in a circular arrangement(or any similar situation), think of how a
queuemight be used here.
Last updated
Address of index i = base address + index * size of each element
When working with a group of people in a circular arrangement(or any similar situation), think of how a queue might be used here.
Last updated