若有定义和语句:struct student { int num; char name[10]; float score;} s[5]={{1,"lili",98

10 查阅

若有定义和语句:struct student { int num; char name[10]; float score;} s[5]={{1,"lili",98.5},{9,"xiaohua",66}},*p=s;printf("%d",*p++);输出结果是1。( )

此题为判断题(对,错)。

参考答案:

×

软考初级