产品质量就是指产品适合于规定用途,满足社会和人们一定需要的()。
A、特征
B、性质
C、本质
D、特性
参考答案:A
有以下程序 #include <stdio.h> int fun(char s[ ]) { int n=0; while(*s<=’9’&&*s>=’0’) {n=10*n+*s-’0’;s++;} retum(n); } main( ) { char s[10]={’6’,’1’,’*’,’4’,’*’,’9’,’*’,’0’,’*’}; printf("%d\n",fun(s)); } 程序的运行结果是 A)9 B)61490 C)61 D)5
下列程序的执行结果是( )。 public class Testii { public static void main(String args[ ]) { byte y=4; long r=80L; System.out.pfinfln(r/y); } }
A. 可以说明虚函数
B. 可以定义友元函数
C. 可以进行构造函数重载
D. 不能说明其对象