单项选择题

下面程序段的输出结果是( )。
char a[]="lanuage",*p;
p=a;
while(*P! ='u') printf("%c",*p-32); P++;

A.LANGUAGE
B.language
C.LAN
D.langUAGE