On success, the scanf() function will return _____.
A. The length of the input string.
B. The number of input characters.
C. The number of input items successfully processed.
D. The number of total items presented in the control sequence.
查看答案
The continue statement can be used within ( ) statements.
A. if
B. do
C. do-while
D. for
When the number of data items to input cannot be determined in advance, we can use the sentinels to signal the end of a data series.
A. 对
B. 错
The sentinels should not conflict with legitimate data values.
A. 对
B. 错
We can capture the EOF mark with the scanf() function.
A. 对
B. 错