单项选择题

有如下程序:
#include<iostream>
using namespace std;
int main()
cout. fill(’*’);
cout. width(5);
cout<<scientific<<314.15 926535<<end1;
return 0;
程序运行后,输出的结果是

A.3.141593e+002
B.3.1416e+002
C.**3.14e+002
D.314.16