sir why these code giving the compilation error on online ide
but it works fine on sublime gives correct output
Delete nodes from bst problem
hello @YASHMATHURIA123
add return NULL in line 96. (note this line will never execute but to avoid compiler warning we need to add)