答案:A
三相电极电流相差过大的原因有哪些?
有以下程序#include#includemain(){char str[][20]=(“one*world”, “one*dream!”),*p=str[1];Printf(“%d”,strlen(p));printf(“%s\n”,p);}程序运行后的输出结果是
A.9,One*World
B.9,One,Dream!
C.10 ,One,Dream!
D.10, One*World