Array implementation of Stack is not dynamic, which of the following statements supports this argument?
Posted: Wed Jul 13, 2022 7:41 pm
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
b) user unable to give the input for stack operations
c) a runtime exception halts execution
d) improper program compilation