Given the programming constructs i)assignment ii)for loops where the loop parameter cannot be changed within the loop iii)if-then-else iv)forward go to v)arbitrary go to vi)non-recursive procedure call vii)recursive procedure/function call viii)repeat loop, 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.
(A) ii), iii), iv)
(B) v), vii), viii)
(C) vi), vii), viii)
(D) iii), v), viii)
Answer: (B)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post