Computer Science, asked by abhinavsaini986, 4 months ago

A situation when a stack becomes full and no more elements can be inserted is:

Answers

Answered by FBIopendoornow
0

Answer:After every push operation the top is incremented by one. If the array is full and no new element can be accommodated, then the stack overflow condition occurs. POP: The process of deleting (or removing) an element from the top of stack is called POP operation. After every pop operation the stack is decremented by one.

Explanation:

Answered by nagarb871
0

Answer:

I don't know so I can't answer it

Similar questions