Deutsch   English   Français   Italiano  
<87le2eupl8.fsf@nosuchdomain.example.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: technology discussion =?utf-8?Q?=E2=86=92?= does the world need
 a "new" C ?
Date: Sat, 06 Jul 2024 15:23:47 -0700
Organization: None to speak of
Lines: 18
Message-ID: <87le2eupl8.fsf@nosuchdomain.example.com>
References: <v66eci$2qeee$1@dont-email.me> <v67gt1$2vq6a$2@dont-email.me>
	<v687h2$36i6p$1@dont-email.me>
	<871q48w98e.fsf@nosuchdomain.example.com>
	<v68dsm$37sg2$1@dont-email.me>
	<87wmlzvfqp.fsf@nosuchdomain.example.com>
	<v6ard1$3ngh6$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Sun, 07 Jul 2024 00:23:48 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="31bef4326a7de5d231f958bc2ab73da5";
	logging-data="4185240"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+WqKx60ZMXbDdJLTcC+EGA"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:GqgyaU1zzH31dGMIVCFPsEwJfHQ=
	sha1:PK9EZ+no7aRop9N+nWOqSCpOq5I=
Bytes: 1750

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.com
void Void(void) { Void(); } /* The recursive call of the void */