有以下程序#include struct  ball{char  color[10];int  dim;};int main( ){struct ball list[2] = {{white, 2}, {yellow, 3}};printf(%s:%d , (list+1)->color, list->dim);return 0;}程序运行后的输出结果是( )

时间:2022-11-11 20:37:57

相似题目