297 views

1 Answer

1 votes
1 votes
At last stack contain 3 element and size of each row is 8 Btye(4btye is for stack entry and 4 btye for max value).

So answer :-24Byte

Related questions

0 votes
0 votes
1 answer
1
Abhrajyoti00 asked Oct 29, 2022
740 views
Can there be “Stack Overflow” in Linked list Implementation of stack? If Yes, how?
1 votes
1 votes
2 answers
2
kapilbk1996 asked Jul 26, 2018
1,139 views
What are the minimum number of pointers required to implement a stack using single ended queue ( the queue is NOT a dequeue )?