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

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

Path: ...!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: Top 10 most common hard skills listed on resumes...
Date: Mon, 26 Aug 2024 12:32:29 -0700
Organization: None to speak of
Lines: 11
Message-ID: <87o75fdqr6.fsf@nosuchdomain.example.com>
References: <vab101$3er$1@reader1.panix.com>
	<vad7ns$1g27b$1@raubtier-asyl.eternal-september.org>
	<vad8lr$1fv5u$1@dont-email.me> <vaf7f0$k51$2@reader1.panix.com>
	<vafgb2$1to4v$2@dont-email.me>
	<92ab79736a70ea1563691d22a9b396a20629d8cf@i2pn2.org>
	<vafim7$1ubg8$1@dont-email.me> <vah4hr$2b9i8$5@dont-email.me>
	<vahngt$2dtm9$1@dont-email.me> <87r0abzcsj.fsf@bsb.me.uk>
	<vai1ec$2fns2$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Mon, 26 Aug 2024 21:32:30 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="bc88295ca556238feaf2ba55fe5de0e2";
	logging-data="2722092"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX189uuOQQka6Fh5Sw99Wv9E5"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:/4dLsmtTQbf/57oe4uaKKPOJQfM=
	sha1:kxCAl3uGVCRDkM9rJEIzeFBePO4=
Bytes: 1685

Bart <bc@freeuk.com> writes:
[...]
> By "access A's value" I mean either read or write access.

Write access does not access the value of an object.  Whatever value is
stored in the object is ignored.  The value can even be indeterminate or
a trap representation.

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */