Home » C++ Programming » Basic Syntax » Question
  1. Which function allows you to set minimum width for the next input?
    1. setwidth
    2. setfill
    3. setw
    4. All of above
    5. None of these
Correct Option: C

setw function of iomanip header file allows you to set minimum width for the next input.



Your comments will be displayed only after manual approval.