单项选择题
若定义chara[80]=”95”,b[]=”windows”;,语句printf(”%s”,strcpy(a,b));的输出结果为()
A.windows95 B.windows C.95 D.95windows
单项选择题 数组定义为“inta[4][5];”,表达式()是错误的。
单项选择题 数组定义为inta[3]={1,2,3},数组元素()的值为1。
单项选择题 若p1、p2都是整型指针,表达式()是不正确的。