

MCQOPTIONS
Saved Bookmarks
1. |
Given an array of size n, let s assume an element is touched if and only if some operation is performed on it(for example, for performing a pop operation the top element is touched ). Now you need to perform Dequeue operation. Each element in the array is touched atleast? |
A. | Once |
B. | Twice |
C. | Thrice |
D. | Four times |
Answer» E. | |