当前位置:首页> 已知a,b均被定义为double型,则表达式:a=5/2的值为()。 > - 题目详情
问题详情
已知a,b均被定义为double型,则表达式:a=5/2的值为()。
时间:2022-01-01 00:17
关键词:
答案解析
- 假设整型变量a,b,c的值均为5,则表达式a+++b+++c++的值为
- 若有定义:int a=4,b=5;float x=3.4,y=2.1;则表达式(float)(a+b)/2+(int)x%(int)y的值为( )。
- 若定义 typedef union {int a; long b; double c; } TY; 则表达式 sizeof(TY)的值为 。
- 已知整型变量a=6,b=7,c=1,则下面表达式的值为多少?a+3______
- 设int a,b;,则表达式(b=2, a=5, b++, a+b)的值是()