因特网(习惯上称国际互联网)的英文名是 ( )
A.Internet
B.Intranet
C.NCFC
D.ISDN
参考答案:A
可能是预防接种伤寒的是()
A."O"不高"H"高
B."O"、"H"都升高
C."O"高"H"不高
D."O"、"H"都不高
E.以上都不对
下程序的输出结果是 【20】 。 # include<stdio.h> # define MAX_COUNT4 void fun( ) main( ) { int count; for(count=1;count<=MAX_COUNT;coun+ +)fun( ); } void fun( ) { staic int i; i + =2; printf(”%d,i); }