MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    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. | All of the mentioned | 
| Answer» B. User unable to give the input for stack operations | |