Basic puzzle,OOPs Concept,Data Structure likes you have to implement queue using two Stacks
Anónimo
this was very basic question,I told him that first insert all the element in one stack,then from one stack pop all element one by one and insert in second stack and then print the second stack,that's all.