只有一种核酸类型的微生物是()。
A.衣原体
B.病毒
C.支原体
D.螺旋体
E.真菌
参考答案:B
有以下程序
#include
int fun (int x,int y)
{ if (x!=y) return ((x+y);2);
else return (x);
}
main()
{ int a=4,b=5,c=6;
printf("%d\n",fun(2*a,fun(b,c)));
程序运行后的输出结果是()
A.3
B.6
C.8
D.12
读数时读几个0,在写数时就写几个0。[ ]