有以下程序:
include<stdio.h>
main
{ char s[]="rstuv";
printf("%c\n",*s+2);
}
程序运行后的输出结果是( )。
A.tuv
B.字符t的ASCIl码值
C.t
D.出错