Quiz #2 1/22/2013 COSC 311 WINTER 2013 1. What is the final stack after the following (show top): push(a) push(b) push(c) pop() pop() push(d) 2. What is the final queue after the following (show head and tail): ins(a) ins(b) ins(c) del() del() ins(d)