Multiple Choice
If you want to read into a c-string, you must ensure that the user does not enter more characters than
A) The size of the c-string
B) The size of the c-string + 1
C) The size of the c-string -1
D) It doesn't matter.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: How do you concatenate two string values
Q39: The character '\0' is called the _
Q40: To add an element to a vector
Q41: Vector indexing warns about out-of-bounds index values.
Q42: To compare two c-strings you use the
Q44: Vectors and arrays are the same data
Q45: If vector v has fewer than 24
Q46: Given the following code, what is the
Q47: To declare a c-string and initialize it
Q48: To use the functions for manipulating and