Ask Question
9 May, 09:38

True/False: The cin object lets the user enter a string that contains embedded blanks.

+5
Answers (1)
  1. 9 May, 12:38
    0
    False

    Explanation:

    The cin object is used in a program in order to wait till the time we type the information on the keyboard and the time we press the enter key on the keyboard.

    The header file 'iostream' is a must to be included to use this object.

    The cin object does not let the user to enter the string with embedded gaps as it reads the input buffer till the gap or space and it stops when there is a blank.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “True/False: The cin object lets the user enter a string that contains embedded blanks. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers