offset
RU: смещение
How many bytes past a base address a piece of data begins. For an array element, the offset equals index x element_size, and the element address is base_address plus the offset. Index counts elements; offset counts bytes.
RU: смещение
How many bytes past a base address a piece of data begins. For an array element, the offset equals index x element_size, and the element address is base_address plus the offset. Index counts elements; offset counts bytes.