Program 12. Write a C++ program that uses functions to perform the following: a) Create a binary search tree of integers. b) Traverse the Binary search tree in in-order, pre-order and post order.