True/False
When reading data into a char variable, after skipping any leading whitespace characters, the extraction operator >> finds and stores only the next character; reading stops after a single character.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: C++ provides a header file called _,
Q17: In C++, the dot is an operator
Q18: In the statement cin >> x;, x
Q19: Suppose that x = 55.68, y =
Q20: C++ has a special name for the
Q22: Suppose that x is an int variable,
Q23: Suppose that ch1 and ch2 are char
Q24: In an output statement, each occurrence of
Q25: In C++, the dot is an operator
Q26: Suppose that x is an int variable