Sujet : Re: "array"
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.cDate : 02. Apr 2025, 12:46:17
Autres entêtes
Organisation : Stefan Ram
Message-ID : <array-20250402124600@ram.dialup.fu-berlin.de>
References : 1
ram@zedat.fu-berlin.de (Stefan Ram) wrote or quoted:
C only defines "array type", not array, but it uses ISO/IEC 2382:2015
as a normative reference, and ISO/IEC 2382:2015 says:
In practice, C programmers probably most often use
|An array is a collection of values, all of the same type,
|stored contiguously in memory.
"C data types" (2025) - Wikipedia-Seite
, but I have not yet found a way to derive this from the ISO C spec!