Saved Bookmarks
| 1. |
Explain the memory representation of stack data structure using arrays. |
|
Answer» The items into the stack are stored in sequential order from the first location of the memory block. A variable MAXSTK contains the maximum number of elements that can be stored in stack. |
|