Ask Question

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

+5
Answers (1)
  1. 6 July, 13:44
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers