229k views
14 votes
3. In your application, you are using a stack data structure to manipulate information. You need to find which data item will be processed next, but you don’t want to actually process that data item yet. Which of the following queue operations will you use?

a) pop
b) push
c) peek
d) contains

User Darclander
by
3.9k points

1 Answer

4 votes

Answer:

I think its contains, but i would ask on stack overflow.

Step-by-step explanation:

User Skaffman
by
3.6k points