以下程序的输出结果是 ______ 。 fun(int x,int y,int z) z=x * x + y * y; main() int a=31; fun(5,2,
A. ;
B. printf("%d",A) ;
C. A) 0
D. 29
E. 31
F. 无定值
查看答案
信息隐蔽的概念与下述 ______ 概念直接相关。
A. 软件结构定义
B. 模块独立性
C. 模块类型划分
D. 模拟耦合度
How much time will visitors have to tour the castle
A. 45 minutes.
B. 60 minutes.
C. 90 minutes.
D. 30 minutes.
--Can I help you--I want to buy a blue tie to () my shirt.
A. fit
B. match
C. suit
D. be fit for
有以下程序: main() int x[8]=8,7,6,5,0,0,*s; S=x+3; printf("%d\n",s[2]); 程序运行后的输出结果是 ______ 。
A. 随机值
B. 0
C. 5
D. 6