Chapter 3: Problem 3
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.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.