Question: consider the following statements. stacktype queue; int x,y ; show what is the output by the following segment of code. queue.initializequeue(); x=2; y=4; queue.addqueue(x); queue.addqueue(y);

consider the following statements.

stacktype queue;

int x,y ;

show what is the output by the following segment of code.

queue.initializequeue();

x=2;

y=4;

queue.addqueue(x);

queue.addqueue(y);

queue.dequeue(x);

queue.addqueue(x+5);

queue.addqueue(16);

queue.addqueue(x);

queue.addqueue(y-3);

cout<

while (!Queue.isemptyqueue())

(

queue.dequeue(y);

cout<<""<

)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!