单项选择题

有以下程序 main() {char S[]={"aeiou"},*ps; ps=S;prinff("%c\n",*ps+4); } 程序运行后的输出结果是【 】。

A.a
B.e
C.U
D.元素s[4]的地址