Vidyalelo
Data Structure · Q204

Introduction to Data Structures

Programming · Data Structure · question 204

Q204

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
Answer
B.
user unable to give the input for stack operations
C.
a runtime exception halts execution
D.
improper program compilation

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board