738.76+25.87-3.21+5.39-521.9=( )
A.124.83
B.159.21
C.125.71
D.244.91
参考答案:D
下列程序的输出结果是() #inClUde<iostream> using namespace std; intmain() { Char a[]="HellO,World"; Char*ptr=a; while(*ptr) { if(*ptr>=’a’&& *ptr <=’Z’) cout<<char(*ptr+’A’ -’a’); else cout<<*ptr; ptr++; } retur0; }
A、HELLO,WORLD
B、Hello,world
C、hELLO,wORLD
D、hellO,world
可待因