push() and pop() functions are found in

2025

push() and pop() functions are found in

Answer: C. stacksAnswer : C Explanation Stack uses push() to insert an item in stack, and pop() to remove the top item from stack.

  1. A.

    queues

  2. B.

    lists

  3. C.

    stacks

  4. D.

    trees

Attempted by 2249 students.

Show answer & explanation

Correct answer: C

Answer : C

Explanation

Stack uses push() to insert an item in stack, and pop() to remove the top item from stack.

Explore the full course: Cdac C Cat Complete Preparation

Loading lesson…