Ask Question
13 October, 13:58

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

+1
Answers (1)
  1. 13 October, 15: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?
Find an answer to your question ✅ “True/False: The cin object lets the user enter a string that contains embedded blanks. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers