"If you judge people, you have no time to love them."
- Mother Teresa
2.
A text stream is an ordered sequence of characters composed into lines, each line consisting of zero or more characters plus a terminating new-line character.
[A].
True
[B].
False
Answer: Option D
Explanation:
True, each line may contain zero or more characters terminated by a newline character.
This is true that, each line may contain zero or more characters terminated by a newline character.
But it is not necessary that it must be in a ordered sequences.