Content deleted Content added
Mindmatrix (talk | contribs) m revert, and shift link |
m →Applications: Minor wording changes |
||
(2 intermediate revisions by one other user not shown) | |||
Line 31:
One or more large arrays are sometimes used to emulate in-program [[dynamic memory allocation]], particularly [[memory pool]] allocation. Historically, this has sometimes been the only way to allocate "dynamic memory" portably.
Arrays can be used to determine partial or complete [[control flow]] in programs, as a compact alternative to (otherwise repetitive) multiple <code>IF</code> statements.
==Element identifier and addressing formulas==
|