TCP/IP协议中用于实现网络主机域名到lP地址映射的是()
A.DNS
B.HTTP
C.RARP
D.SMTP
参考答案:A
下列物质中,能使无色酚酞试液变红的是( )
A.水
B.氯化钠溶液
C.澄清石灰水
D.稀硫酸
有以下程序: struct s int x,y;) data[2]=10,100,20,200); main() struct s *p=data; printf("%d\n",++(p->x)); 程序运行后的输出结果是( )。
A.10
B.11
C.20
D.21