Home » C++ Programming » Questions and Answers » Question
  1. Which are the parameters for the content of the buffer?
    1. new
    2. start
    3. finish
    4. both start & finish
    5. None of these
Correct Option: D

The contents of the buffer are initialized using the values from the iterator range supplied to the constructor by the start and finish parameters.



Your comments will be displayed only after manual approval.