Question: void F(node int>&*root){if(root!=0)(F(root->left); F(root->right); root->data=0; delete root)root=0;) this code Select one: O a free the binary tree and returns it empty O b.remove all items

 void F(node int>&*root){if(root!=0)(F(root->left); F(root->right); root->data=0; delete root)root=0;) this code Select one:

void F(node int>&*root){if(root!=0)(F(root->left); F(root->right); root->data=0; delete root)root=0;) this code Select one: O a free the binary tree and returns it empty O b.remove all items in the binary tree without changing its size O c. all of them O d. Set all data items in the binary tree to 0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!