Home / CSE MCQs / Data Structure MCQs :: Discussion

Discussion :: Data Structure MCQs

  1. What does 'stack overflow' refer to?
  2. A.
    accessing item from an undefined stack
    B.
    adding items to a full stack
    C.
    removing items from an empty stack
    D.
    index out of bounds exception

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Adding items to a full stack is termed as stack underflow.


Be The First To Comment