Delete node from BST

pl. check my code give some error not able to point it >>>>>>>>>><<<<<<<<<<<<<<<<<<<

at line no 83
correct one is
root->right = deletebst(root, replace->data);

still getting error pl. check it again @asaurabh_26