单项选择题有以下程序 #include<stdio.h> #include<string.h> void main() {char str[][20]={ One*World , One*Dream! },*p=str[1]; printf( %d, ,strlen(p)); printf( %s\n ,p);}程序运行后的输出结果是
单项选择题设有定义: char p[]={’1’,’2’,’3’),*q=p;以下不能计算出一个char型数据所占字节数的表达式是