

MCQOPTIONS
Saved Bookmarks
1. |
Making the push operation costly, select the code snippet which implements the pop operation.a) |
A. | Perform push() with push as the costlier operation |
B. | Perform push() with pop as the costlier operation |
C. | Perform pop() with push as the costlier operation |
D. | Perform pop() with pop as the costlier operationView Answer |
Answer» C. Perform pop() with push as the costlier operation | |