Assume the array name is defined as follows:
char name[25];
A) Using a stream manipulator, write a cin statement that will read a string into name, but will read no more characters than name can hold.
B) Using the getline function, write a cin statement that will read a string into name but that will read no more characters than name can hold.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.