单项选择题

下列程序的输出结果是(  )。   #included   usingnamespacestd;   intmain()   {   chara[]="Hell0,Test";   char*p=a;   while(*p)   {   if(*p>=’a’&&*p<=’z’)   cout<  elsecout<<*P;   p++;   }   return0;   }

A.hell0,test
B.Hell0,Test
C.HELL0,TEST
D.hELL0,tEST