COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Act of adding values into a stack is called
|
Popping
|
|
Polling
|
|
Pushing
|
|
None
|
Explanation:
Detailed explanation-1: -The stack data structure implements and follows the Last In, First Out (LIFO) principle. It implies that the element that is inserted last comes out first. The process of inserting an element in the stack is known as the push operation.
There is 1 question to complete.