determine recursively whether a binary tree is balanced or not.A binary is balanced if each node has either no children or it hasboth children. Write code for it and test the code in main().
Expert Answer
An answer will be send to you shortly. . . . .