Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Fred. Zwarts" Newsgroups: comp.lang.c,comp.lang.c++ Subject: Re: Can someone please verify the execution trace of this? Date: Tue, 21 May 2024 00:14:46 +0200 Organization: A noiseless patient Spider Lines: 42 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Tue, 21 May 2024 00:14:48 +0200 (CEST) Injection-Info: dont-email.me; posting-host="8eb85e999a4fc6220704a07f82d9d430"; logging-data="222597"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/xVQKP96+wH/b6g9qBkT1w" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:yiXs+M40NzdYToUsQuShEknaFes= In-Reply-To: Content-Language: en-GB Bytes: 2531 Op 20.mei.2024 om 18:07 schreef olcott: > On 5/20/2024 10:17 AM, Bonita Montero wrote: >> Am 20.05.2024 um 16:51 schrieb olcott: >> >>> Anyone having sufficient knowledge of the semantics >>> knows the answer. Likewise for these C functions: >>> >>> void Infinite_Recursion(u32 N) >>> { >>>    Infinite_Recursion(N); >>> } >>> >>> int factorial(int n) >>> { >>>    if (n >= 1) >>>      return n*factorial(n-1); >>>    else >>>      return 1; >>> } >>> >>> void Infinite_Loop() >>> { >>>    HERE: goto HERE; >>> } >>> >>> >> >> I can't believe you're a professional developer when you repeatedly >> run into the wall with simple questions like this for years. > > I have known the answer from an actual execution trace for years. The actual execution trace of the infinite number of H/D pairs? > Anyone with sufficient knowledge of the semantics of the C language > knows the answer. *I just need several liars to be put in their place* > Showing a proof for the claim would help more than finding somebody to confirm the claim without evidence.