C++ Institute CPP Exam - Topic 2 Question 126 Discussion
Which stack initialization (line numbers) are correct? Choose all that apply.#include #include #include #include #include using namespace std;int main(){deque mydeck;list mylist;vector myvector;stack first;// Line Istack second(mydeck);// Line IIstack third(second);// Line IIIstack fourth(mylist);// Line IVstack fifth(myvector);// Line Vreturn 0;}
A) line I and B) line II and C) line III and D) line IV and E) line V
Terrilyn
2 days agoRaul
8 days agoStevie
13 days agoLashanda
18 days agoGolda
23 days agoPaola
28 days agoLaurel
1 month agoMaile
1 month agoLea
1 month ago