-¿_________ no vas al trabajo hoy? - Porque hoy descansamos.
A. Cómo
B. Qué
C. Porqué
D. Por qué
液压系统的动力元件是()。
A. 电动机
B. 液压泵
C. 液压缸
D. 无
3、半自动钻床中,通过检测气缸行程位置,来控制()产生相应的动作。
A. 回路
B. 工作介质
C. 气缸
D. 无
申请一个m×n二维int型动态数组,可以使用语句()。
A. int *p; p=(int *)calloc(m*n*sizeof(int));
B. int p[m][n];
C. int *p; p=(int *)calloc(m*n,sizeof(int));
D. int *p; p=(int *)malloc(m*n,sizeof(int));