| |
GeekInterview.com > Placement Papers > Wipro > Technical
| Print | |
| Question:
The operation to be performed on a stack using a linked list can be realized using the function
A. delete front, insert rear
B. insert front, delete rear
C. delete front, insert front
D. delete rear, insert rear
|
| June 06, 2006 13:50:02 |
#2 |
| purani86 |
Member Since: June 2006 Total Comments: 10 |
RE: The operation to be performed on a stack using a ... |
| we insert or delete at rear end only.so for stack D ins rear and del rear is right |
| |
Back To Question | |