语句char*a="china";与char*a;*a="china";功能等价。
查看答案
若有如下定义:char s[20],*ps=s;则,s[5]=ps[9]是一个正确的赋值语句。
A. 对
B. 错
执行下面的程序后,将获得的输出结果是t,one。(第7章指针程序设计)#includeint main(){char *s[]={"one","two","three"},*p;p=s[1];printf("%c,%s\n",*(p+1),s[0]);return 0;}
A. 对
B. 错
Business experts had been expecting 2020 to be a good year for international tourism.
A. 对
B. 错
Italy could lose $5 billion in tourism income this year.
A. 对
B. 错