Who here understands that the last paragraph is Necessarily true?

Liste des GroupesRevenir à c theory 
Sujet : Who here understands that the last paragraph is Necessarily true?
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logic comp.theory
Date : 13. Jul 2024, 21:15:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6un9t$3nufp$1@dont-email.me>
User-Agent : Mozilla Thunderbird
typedef void (*ptr)();
int HHH(ptr P);
void Infinite_Loop()
{
   HERE: goto HERE;
}
void Infinite_Recursion()
{
   Infinite_Recursion();
}
void DDD()
{
   HHH(DDD);
}
int main()
{
   HHH(Infinite_Loop);
   HHH(Infinite_Recursion);
   HHH(DDD);
}
Any input that must be aborted to prevent the non
termination of HHH necessarily specifies non-halting
behavior or it would never need to be aborted.
--
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
1 Jul 25 o 

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal