C program to build a binary tree

C program to build a binary tree

Output:

4 2 5 1 6 3 7

Implementation: