Your browser does not support JavaScript!

Given the following code which contains THREE pushes and ONE POP, what will be output of the stack?stack<int> s;spush(1);spush(2);spush(3);cout<<spop;

  • 3
  • 123
  • 1233
  • 12 Correct
Feedbacks
StrikingPuffin - 1 year ago
Upvoted this question
Similar ITE-6201 questions