Hello all,
what do you think the answer following question is?
The cin.getline function:
a) reads a fixed number of characters as a string into a character array.
b) reads a line as a string into a character array.
c) reads a string up to the first blank space.
d) reads a character into an array
Answer: