given that we have a stack implemented using an int array called A. Write a function called pop that will return a value from the stack and update the pointer. Assume the pointer variable is called t and that n is the size of the array. You can use either c++ or java,

Q&A Education