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...

Which of the following is a compilation error?

a. Placing a space between the symbols in the <= operator. b. Using a triple equals sign instead of a double equals sign in the condition of an if statement. c. Omitting the left and right parentheses for the condition of an if statement. d. All of the above.

Computer Science & Information Technology

A(n) ________ can prevent unauthorized access to a network

Fill in the blank(s) with correct word

Computer Science & Information Technology

____ interpolation uses more complicated calculations to calculate values for new pixels.

a. Bilinear b. Bicubic c. Bicubic Sharper d. Bicubic Smoother

Computer Science & Information Technology

____ give you options for positioning artwork in relation to other artwork and allow you to move that artwork without affecting the content on other layers.

A. Effects B. Documents C. Selections D. Layers

Computer Science & Information Technology