90.8k views
4 votes
What operation does the following code perform? a. push b. dequeue c. enqueue d. check empty

1 Answer

4 votes
The code operation is "enqueue."

In computer science, "enqueue" is an operation that adds an element to the back of a queue data structure.
User Richard Hamilton
by
8.5k points