1

When creating a heap object what is the difference between creating it like:

TreeNode* n = new Node();

and

TreeNode* n = new Node;

0 Answers0