单项选择题有以下程序: #include <stdio.h> #include <string.h> main() char str[][20]= Hello , Beijing ,*P=str[0]; printf( %d n ,strlen(p+20)); 程序运行后的输出结果是( )。
单项选择题有以下程序: #include <stdio.h> struct s int x,y; data[2]=10,100,20,200; main() struct s *p=data; printf( %d n ,++(p->x)); 程序运行后的输出结果是( )。