• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

GATE | GATE CS 1999 | Question 30

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

Please comment below if you find anything wrong in the above post
Feeling lost in the world of random DSA topics, wasting time without progress? It's time for a change! Join our DSA course, where we'll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 geeks!

Last Updated :
Share your thoughts in the comments