SCART接口有多少个引脚()
A.18
B.21
C.22
D.23
参考答案:B
#include<stdio.h> void swap(int *P,int*q) { int t; t=*P;*P=*q;*q=t; } main() {int a=10,b=20;swap(&a,&b); printf("%d%d\n",a,b); }
颗粒最小的脂蛋白是()
A.CM
B.VLDL
C.IDL
D.LDL
E.HDL