“哪里有世界冠军,哪里就有A公司的产品”,这一广告词所利用的参照群体类型是( )
A.首要群体
B.次要群体
C.向往群体
D.厌恶群体
参考答案:A
数字探伤仪显示的是数字化后的波形。
阅读下面程序 public class Increment { public static void main( String args[] ){ int c; c=5; System.out.println(C) ; System.out.println(c++); System.out.println(C) ; } }
A.5 6 6
B.5 5 6
C.6 7 7
D.6 6 6