C program using tree ( data structures)

Job ID: 31738078

Budget: $250 – $750 USD

Write a menu driven program to create a Binary Tree and perform following non-recursive operations on it.
1. Postorder Traversal, 2. Preorder Traversal, 3. Inorder Traversal 4. Copy a tree.