[单选题]

阅读以下程序 includc vold main() { Char line[10]; cin>>line;

阅读以下程序 #includc<iostream.h> vold main() { Char line[10]; cin>>line; cout<<line<<endl; } 如运行时输入This is example.<CR>,则程序的输出结果是

A.This

B.This is

C.This is a

D.This is an example.

参考答案与解析: