Delete nodes from bst problem

sir why these code giving the compilation error on online ide
but it works fine on sublime gives correct output

https://ide.codingblocks.com/s/259806 this is a code

hello @YASHMATHURIA123
add return NULL in line 96. (note this line will never execute but to avoid compiler warning we need to add)