单项选择题

阅读下面程序,程序执行后的结果为( )。
#include"stdio.h"
main()
char*str="abcdefghijklnmopq":
while(*str++!='e');
printf("%c\n",*str);

A.f
B.a
C.e
D.a