Delete middle element of a stack
You are given a stack and you have to delete the middle element of a stack. Example 1: Example 2: Approach: Find out the size of stack. As it is given to us in this question, so we don’t need to find it. Find out if