Home / C Programming / Input / Output :: Discussion

Discussion :: Input / Output

  1. 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.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment