题目内容
分析下程序,并写出程序的运行结果。#include struct cmplx{int x;int y;} cnum[2]={1,3,2,7};main( ){printf("%d\n",cnum[0].y*cnum[1].x);}输出为()。
查看答案
搜索结果不匹配?点我反馈
更多问题