MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements regarding stack is incorrect - |
| A. | This is a linear data structure |
| B. | It cannot be implemented through the use of a bounded list. |
| C. | It follows the policy of last entry, first output |
| D. | This can be implemented using one-dimensional tables. |
| Answer» C. It follows the policy of last entry, first output | |