Multiple choice If Top = MAX - 1, then what would be the state of the stack? Stack is empty. Stack is full. Stack is having only one element. Stack is having two elements. Stack underflow. Reveal answer Fill a bubble to check yourself B Correct answer Explanation If Top = MAX-1, then it means that the stack is full of elements or stack overflow.