- 首页
- 注册建筑师
-
1.Int(3.14)结果为( )。
-
2.int a = -25, a>>4 的结果为()
-
3.type(1 2L*3.14)结果是:A.type ‘int’B.type ‘long’C.type ‘float’D.type ‘str’
-
4.已知:int a=5,b=7;表达式a<b?b:a的结果为()
-
5.下面程序的运算结果为( )#include void fun();int main(){ int a=10; fun(); printf("%5d",a); return
-
6.若有int a[10]={0,1,2,3,4,5,6,7,8,9},*p=a;则输出结果不为5的语句为().
-
7.10÷3.14-6.86÷3.14
-
8.以下程序运行结果为( )。
-
9.以下程序的输出结果为?
-
10.π-3.14的绝对值是______.