DATA STRUCTURE AND ALGO SET 8 MCQ
Q.101 The data structure needed to convert a recursion to an iterative procedure is (A) Queue. (B) Graph. (C) Stack. (D) Tree. Ans: (C) Q.102 A binary tree stored using linked representation can be converted to its mirror image by traversing it in (A) Inorder. (B) Preorder. (C) Postorder. (D) […]