超声诊断的物理特性是()
A.反射性
B.放射性
C.传导性
D.散射性
E.热辐性
参考答案:A
下列程序的输出结果是( )。 #include<iostream> using namespace std; int main() { char a[]="Hello,Test"; char *p=a; while(*p) { if(*p>='a'&&*p<='z') cout<<char(*p+'A'-'a'); else cout<<*p; p++; } return 0; }
A.hello,test
B.Hello,Test
C.HELLO,TEST
D.hELLO,tEST
制作磨牙或前磨牙卡环宜选用( )
A.直径为1.2mm的不锈钢丝B.直径为1.0mm的不锈钢丝C.直径为0.9mm的不锈钢丝D.直径为0.8mm的不锈钢丝E.直径为0.7mm的不锈钢丝