In a vector, which of the following statements is true?

a) Indexing vector access is range checked.
b) The range of legal index values for a vector is 0 to the value of v.size()-1
c) To add a value use the member function v.push_front( )
d) To manage size of reserve use v.reserve(newReserve)
e) To increase or decrease a vector’s size v.new_size(newSize);


b) The range of legal index values for a vector is 0 to the value of v.size()-1
d) To manage size of reserve use v.reserve(newReserve)

Computer Science & Information Technology

You might also like to view...

To customize the Pages panel, click the Pages Panel menu button, then click Panel Options to open the ____ dialog box.

A. Transform Panel B. Page Options C. Panel Options D. Panel Transform

Computer Science & Information Technology

How do you divide a long, unwieldy presentation into more manageable sections?

What will be an ideal response?

Computer Science & Information Technology

Which of the following would not be a troubleshooting tip if the page numbers of your report did not number correctly?

A. Check the Link to Previous buttons in the header and footer to be sure the links are broken. B. Be sure the Different First Page command is not selected when you begin numbering pages. C. Remove all page numbers in the header and footer and start over. D. Be sure you are in Draft view to insert page numbers.

Computer Science & Information Technology

The ____ panel records each editing and formatting task performed and displays them in a list in the order in which they were completed.

A. Actions B. History C. Tasks D. Task list

Computer Science & Information Technology