Swap Stack
!! This function is used to swap the contents of one stack with another stack of the same type but the size
may vary.
!! Note: In stack container, the elements are printed in reverse order because the top is printed first then
moving on to other elements.