In deletion ->> delete head?

in delete head?
we wrote delete head ;
why the node linked to the head being deleted rather than the head node.

head contains the address of a node which is to be deleted

so when we write delete head then the memory at address head will be released

why not the head node is being deleted while writing delete head .

if you write delete head
then the node deleted whose address is stored in head

send me the code
about which sitiuation you are taking

in deletion on node code
delete head is written . what does it do ? and why ?

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.