变量常量表达式算式函数区别

学习 时间:2026-06-04 20:00:29 阅读:5195
变量常量表达式算式函数区别各简单举例一个

最佳回答

平常的棉花糖

安静的唇膏

2026-06-04 20:00:29

常量:2-1+3;变量:int a,b=0;a=2+b;函数:int max(int,int);int a,b=1,c=2;a=6+max(b,c);

最新回答共有2条回答

  • 激情的大雁
    回复
    2026-06-04 20:00:29

    常量:2-1+3;变量:int a,b=0;a=2+b;函数:int max(int,int);int a,b=1,c=2;a=6+max(b,c);

上一篇 平凡生活中的美

下一篇 It is the first step that is diffcult to take