Input / Output - Programming

Q1:

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

ANS:A - True

True, each line may contain zero or more characters terminated by a newline character.