Explain the feature of stack.
Options
- stack cannot reuse its memory
- All elements are of different data types
- All operations are at one end
- Any element can be accessed from it directly
CORRECT ANSWER : All operations are at one end
Write your comments