why is this code showing run time error??
Stack code not working
In line no 47 of your code you must return the result of expression head==NULL in empty() instead of making it as {head=NULL;}
In line no 47 of your code you must return the result of expression head==NULL in empty() instead of making it as {head=NULL;}