Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

GATE | GATE CS 1999 | Question 30

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

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

My Personal Notes arrow_drop_up
Last Updated : 06 Oct, 2017
Like Article
Save Article
Similar Reads