A vector called aList has size 6. After the following function calls, what will its size be?
aList.push_back (someThing);
aList.push_back(anyThing);
aList.pop_back ();
a) 5 b) 6 c) 7 d) 8
c) 7
Computer Science & Information Technology
You might also like to view...
The protocol used to send e-mail over the Internet is
a. HTTP. b. DHTML. c. DNS. d. SMTP.
Computer Science & Information Technology
The second step in writing a business document is to:
A) determine the length of the document. B) determine the key messages/decisions. C) identify the reader. D) identify the objectives.
Computer Science & Information Technology