单项选择题

阅读以下程序
#include<iostream.h>
void main()

char line[10];
cin>>line;
cout<<line<<end1;

如运行时输入“This is an example. <CR>”,则程序的输出结果是( )。

A.This
B.This is
C.This is a
D.This is an example