324 views
0 votes
0 votes
what is meant by

which constructs will you not include in a programming language such that it should be possible to program the terminates (i.e., halting) function in the same programming language .

1 Answer

0 votes
0 votes

When you use Arbitrary GOTO , Recursive Procedures or Repeat loop, the program may not be able to answer whether it terminated !

No related questions found