Data Structures | Binary Search Trees | Question 5ReadDiscussCoursesPracticeImprove Article ImproveSave Article SaveLike Article LikeWhich of the following traversal outputs the data in sorted order in a BST?(A)Preorder(B)Inorder(C)Postorder(D)Level orderAnswer: (B)Explanation:Inorder traversal of a BST outputs data in sorted order. Quiz of this QuestionPlease comment below if you find anything wrong in the above postRecommendedSolve DSA problems on GfG Practice.Solve ProblemsLast Updated : 11 Feb, 2013Like Article Save Article Please Login to comment...