Array implementation of Stack is not dynamic, which of the following statements supports this argument?

Q & ACategory: Data StructureArray implementation of Stack is not dynamic, which of the following statements supports this argument?
Admin Staff asked 4 years ago

Array implementation of Stack is not dynamic, which of the following statements supports this argument?
a) space allocation for array is fixed and cannot be changed during run-time
b) user unable to give the input for stack operations
c) a runtime exception halts execution
d) improper program compilation

1 Answers
Admin Staff answered 4 years ago

a) space allocation for array is fixed and cannot be changed during run-time