Sujet : Re: technology discussion → does the world need a "new" C ?
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 07. Jul 2024, 00:23:47
Autres entêtes
Organisation : None to speak of
Message-ID : <87le2eupl8.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7
User-Agent : Gnus/5.13 (Gnus v5.13)
Lawrence D'Oliveiro <
ldo@nz.invalid> writes:
On Fri, 05 Jul 2024 11:46:38 -0700, Keith Thompson wrote:
>
No, arrays are not pointers.
>
Except array indexing is designed to be indistinguishable from pointer
arithmetic.
No, arrays are not pointers.
Please read section 6 of the comp.lang.c FAQ, <
https://www.c-faq.com/>.
C's treatment of arrays and pointers is a major point of confusion.
Please don't make it worse.
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */