Home » C++ Programming » Basic Input/Output » Question
  1. How many parameters are there in getline function?
    1. 1
    2. 2
    3. 3
    4. 4
    5. 2 or 3
Correct Option: E

There are two or three parameters in getline() function. They are a pointer to an array of characters and maximum number of characters and an optional delimiter.



Your comments will be displayed only after manual approval.