base address
RU: базовый адрес
The byte address of an array's first cell — the fixed anchor the array name refers to. Every element's address is computed relative to the base address as base_address + index x element_size.
RU: базовый адрес
The byte address of an array's first cell — the fixed anchor the array name refers to. Every element's address is computed relative to the base address as base_address + index x element_size.