Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Pushing an element into stack already having five elements and stack size of 5, then stack becomes ___________

a) Overflow
b) Crash
c) Underflow
d) User flow

Answer: a
Explanation: The stack is filled with 5 elements and pushing one more element causes a stack overflow. This results in overwriting memory, code and loss of unsaved work on the computer.

Join The Discussion