Sujet : Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down
De : news (at) *nospam* immibis.com (immibis)
Groupes : comp.theory sci.logicDate : 01. Jun 2024, 20:49:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v3fqgk$2tc3s$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
User-Agent : Mozilla Thunderbird
On 1/06/24 16:00, olcott wrote:
void Infinite_Recursion(u32 N)
{
Infinite_Recursion(N);
}
void Infinite_Recursion2(u32 N)
{
H(Infinite_Recursion2, N);
}
Does it halt? You can't answer this.