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

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

最佳回答

感性的金鱼

无奈的白云

2026-04-02 06:21: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-04-02 06:21: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