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

C语言程序设计习题集习题九:函数

2. (阅读)
2. [阅读]
main(  )
{
    int x=10;
    func1(x);
    printf("%d\n",x);
}
func1( int x)
{
    x=20;
    func2(x);
    printf("%d\n",x);
}
func2(int x)
{
    x=30;
    printf("%d\n",x);
}
答案:
解析:

Copyright ©

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