Which of the following data structure may give overflow error, even though the current number of element in it is less than its size?
1
Queue implemented in a linear array
2
Queue implemented in a circularly connected array
3
Stack implemented in a linear array
4
none of these