Solved

What Does the Following Statement Indicate

Question 22

Multiple Choice

What does the following statement indicate?
Stack< int, vector<int> > iStack;


A) a new stack of integers, implemented as a vector
B) a new stack of integers, implemented as a deque
C) a new stack named vector, implemented as integers
D) a new vector named stack, implemented with integers
E) None of these

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions