8: Intro. to Turing Machines
Problems that Computers Cannot Solve It is important to know whether a program is correct, namely that it does what we expect. It is easy to see that the following C program main() { printf(‘‘hello, world\n’’); } prints hello, world and terminates.
1