Multiple Choice
When the extraction operator is used to read data into a string,
A) it skips all white spaces
B) it skips only new lines
C) it reads everything on the line
D) it reads as many characters that will fit into the c-string
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: How can you assign the value "toaster"
Q31: strcmpfirst, second) returns<br>A) <0 if first <
Q32: In a vector, which of the following
Q33: Which of the following declarations correctly creates
Q34: The notation vector<Base_Type> means that the vector
Q36: What is the value of str after
Q37: To convert a string object that stores
Q38: How do you concatenate two string values
Q39: The character '\0' is called the _
Q40: To add an element to a vector