非承包人原因引起的工程量增减,该项工程量变化在合同约定幅度以内的,应()单价。
A.相应调整
B.执行合同
C.重新核对
D.双方协商
参考答案:B
() software, also called end-user program, includes database programs, word processors, spreadsheets etc.
A. Application
B.System
C.Compiler
D.Utility
执行以下程序的输出结果是______。 #include<stdio.h> #define M 5 #define N M+M main() int k; k=N*N*5;printf(”%d\n" ,k);