1.

Process of inserting an element in stack is called ____________(a) Create(b) Push(c) Evaluation(d) PopI'm obligated to ask this question of Stack Operations in section Abstract Data Types of Data Structures & Algorithms IThe question was asked in an online quiz.

Answer» RIGHT option is (b) Push

The explanation is: Push OPERATION allows users to INSERT elements in the stack. If the stack is FILLED completely and trying to perform push operation stack – overflow can HAPPEN.


Discussion

No Comment Found

Related InterviewSolutions