单项选择题
劳动安全的主要目的在于保护劳动生产资料。( ) A、正确 B、错误
单项选择题 A、 B、 C、 D、
未知题型 有以下程序 #include<stdio.h> main() {printf('%d/n',NULL);} 程序运行后的输出结果是A.0B.1C.-1D.NULL没定义,出错
未知题型 有以下程序 #include<stdio.h> #define F(X,Y)(X)*(Y) main() { int a=3,b=4; printf('%d/n',F(a++,b++)); 程序运行后的输出结果是A.12B.15C.16D.20