logo
YourData+
玉东数据
首页专升本CLASSROOM博客AI工具

C语言程序设计章节练习三:顺序结构

pdf
6. (填空)
6. [填空]

分析下面程序:

#include<stdio.h>
void main(  )
{
    int x = 2,y,z;
    x *= 3 + 2;     printf("%d ",x);
    x *= y = z = 4; printf("%d ",x);
    x = y = z;      printf("%d ",x);
    x = (y = z);    printf("%d ",x);
}

程序的输出结果为(  )。

答案:
解析:

Copyright ©

YourData+2025.甘肃玉东数据有限公司
应用合作解决方案MUI-Remix
18919890888微信同号
陇ICP备2021001826号