Answer:
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.