• Mike Terry just answer this one question I will keep bugging YOU until

    From olcott@3:633/10 to All on Thu Nov 13 22:21:54 2025
    Subject: Mike Terry just answer this one question I will keep bugging YOU until you do !!!

    int H(char* P);

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    int main()
    {
    H(D);
    }

    Answer only on the basis of performing the
    actual simulation of D simulated by H.

    When N statements of D are simulated by H
    according to the semantics of the C programming
    language can the simulated D reach its own "return"
    statement final halt state for any value of N?

    If I have to keep posting this every day for
    the next ten years I will.

    I have been asking for five minutes of someone's
    time and they spend thousands of hours dodging this
    over more than three years.

    --
    Copyright 2025 Olcott

    "Talent hits a target no one else can hit;
    Genius hits a target no one else can see."
    Arthur Schopenhauer


    --- PyGate Linux v1.5
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From olcott@3:633/10 to All on Thu Nov 13 22:49:20 2025
    Subject: Re: Mike Terry just answer this one question I will keep bugging YOU until you do !!!

    *I won't tolerate dodging the question any more*
    *I won't tolerate dodging the question any more*
    *I won't tolerate dodging the question any more*

    int H(char* P);

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    int main()
    {
    H(D);
    }

    Answer only on the basis of performing the
    actual simulation of D simulated by H.

    When N statements of D are simulated by H
    according to the semantics of the C programming
    language can the simulated D reach its own "return"
    statement final halt state for any value of N?

    If I have to keep posting this every day for
    the next ten years I will.

    I have been asking for five minutes of someone's
    time and they spend thousands of hours dodging this
    over more than three years.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer

    --- PyGate Linux v1.5
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)