Which of the following is NOT an advantage of using arrays for stack implementation?
Efficient for push and pop operations
Memory overhead
Support random access
Can handle large datasets

Data Structures and Algorithms Exercises are loading ...