Path: csiph.com!news.mixmin.net!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: Tim Rentsch
Newsgroups: comp.lang.c
Subject: Re: Christmas Quiz 2022
Date: Sun, 18 Dec 2022 17:20:24 -0800
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <86wn6o195z.fsf@linuxsc.com>
References: <87zgbkxv8n.fsf@bsb.me.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Injection-Info: reader01.eternal-september.org; posting-host="ff406b04d09b824d6c1109f51ef0323b"; logging-data="102999"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/2iG6a/6HG/bpJIDUIc4DX3DffqXhf3Jo="
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux)
Cancel-Lock: sha1:n4s6BWMKGkogdncJwd6fCUFlLgk= sha1:w6/5bVvgZEKjs0WJX/ceiT7pBtY=
Xref: csiph.com comp.lang.c:168589
Ben Bacarisse writes:
> Roman P writes:
>
>> 3) What happens when you overflow an int variable, that is, set
>> it to a value beyond its range?
>
> And here there is even more ambiguity since a variable (what might
> better be called a named object) can be set in two ways, and the C
> standard says different things about each!
Ahh, I may see what you're getting at here. I was confused by
how you phrased it.