Can Cin operator read the space?if no justify it
Answers
Answered by
2
Answer:
No, because it is only use for input value only
Answered by
1
Answer:
Explanation:
Cin operator, in terms of C++ language, cannot read the space. The reason behind it is that, it is mainly designed as a standard input stream, istream.
It reads variables and inputs, spaces are rather destroyed by its usage. There is a certain chance of an error being shown if Cin is used as a space reading input.
Similar questions