HEY i am trying to resolve my problem here is the code and the error



Function


void BinarySearchTree::Insert(int val)
{
BSTNode *node, *p;