Multiple choice What is the name of a deletion operation in a stack? Push operation Pop operation Empty operation Dequeue operation Enqueue operation Reveal answer Fill a bubble to check yourself B Correct answer Explanation Pop operation is the name of deletion operation in a stack, which pop or delete items from the stack.