Delete Any Node Apart from Root Inside Heap

I am not able to delete the specific node. Please help

Hi @avijuneja2007
Just swap that particular value with the last element and perform heapify with heap size decreased by 1.
Link : https://ide.codingblocks.com/s/223641

Hope it Helps.