Home » C++ Programming » Basic Input/Output » Question
  1. What can be used to input a string with blank space?
    1. putline
    2. inline
    3. getline
    4. All of above
    5. None of these
Correct Option: C

If a user wants to input a sentence with blank spaces, then he may use the function getline.



Your comments will be displayed only after manual approval.