题目内容
有以下程序:#include struct cmplx{int x;int y;};void main(){struct cmplx cnum[2] = {1, 3, 2, 7};printf(“%d\n”, cnum[0].y / cnum[0].x * cnum[1].x);}则正确的输出结果是( )。
查看答案
搜索结果不匹配?点我反馈