Question

Q1: One difference between the three-argument version of the get function and the getline function is that:
a. Only get has a delimiter.
b. The getline function removes the delimiter from the stream.
c. Only get adds the delimiter to the array.
d. getline stores the characters it reads into its character array argument.

Answer

This answer is hidden. It contains 53 characters.