MCQOPTIONS
Saved Bookmarks
| 1. |
What will be output if the following sequence of operations are executed?Push(a,s);Push(b,s);Pop(b);Push(c,s); |
| A. | abc |
| B. | b |
| C. | ac |
| D. | acb |
| Answer» C. ac | |