Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <878qw93cy6.fsf@nosuchdomain.example.com>
Deutsch   English   Français   Italiano  
<878qw93cy6.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, 02 Sep 2024 15:31:13 -0700
Organization: None to speak of
Lines: 21
Message-ID: <878qw93cy6.fsf@nosuchdomain.example.com>
References: <vab101$3er$1@reader1.panix.com> <874j75zftu.fsf@bsb.me.uk>
	<valrj7$367a8$2@dont-email.me> <87mskwy9t1.fsf@bsb.me.uk>
	<vanq4h$3iieb$1@dont-email.me> <875xrkxlgo.fsf@bsb.me.uk>
	<vapitn$3u1ub$1@dont-email.me> <87o75bwlp8.fsf@bsb.me.uk>
	<vaps06$3vg8l$1@dont-email.me> <871q27weeh.fsf@bsb.me.uk>
	<20240829083200.195@kylheku.com> <87v7zjuyd8.fsf@bsb.me.uk>
	<20240829084851.962@kylheku.com> <87mskvuxe9.fsf@bsb.me.uk>
	<vaq9tu$1te8$1@dont-email.me> <875xrivrg0.fsf@bsb.me.uk>
	<20240829191404.887@kylheku.com> <87h6aytg7k.fsf@bsb.me.uk>
	<vb4blq$2rf0l$1@dont-email.me> <87jzfum66a.fsf@bsb.me.uk>
	<vb54hg$2vf04$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Tue, 03 Sep 2024 00:31:14 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="50c6ce2cfb1ba441daef0e852a430a3c";
	logging-data="3170716"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19utrMeHb3nT7C/gli/Jx/+"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:UT+IfWrzVCGikJVtpcogJqKxmPI=
	sha1:jBNWDeIqWTVQKKZdZdF0i61CT88=
Bytes: 2297

Bart <bc@freeuk.com> writes:
[...]
> But this is venturing away from the question of whether the left and
> right sides of an assignment are compatible, or the same, or
> symmetric.
>
> Obviously, one side is written to and the other is read; the RHS can
> also contain a wider range of terms than the left side.
>
> But usually what can be legally on the left side on an assignment, can
> also written on the right, and with the same syntax, and the same
> levels of indirection.

Yes, but what can legally be on the right side of an assignment very
often cannot be written on the left.  I don't call that "symmetric".

[...]

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