In order to get the contents of a Binary search tree in ascending order, one has to traverse it in a) pre-order.b) in-order.c) post order. d) not possible.