Liste des Groupes | Revenir à cl c |
Op 20.mei.2024 om 18:07 schreef olcott:The same way that my claim can be understood to be self-evidentlyOn 5/20/2024 10:17 AM, Bonita Montero wrote:The actual execution trace of the infinite number of H/D pairs?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.
Anyone with sufficient knowledge of the semantics of the C languageShowing a proof for the claim would help more than finding somebody to confirm the claim without evidence.
knows the answer. *I just need several liars to be put in their place*
>
Les messages affichés proviennent d'usenet.